View source
class DocumentFormattingRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to to format a whole document.
A request to to format a whole document.
staticfinalinlineread onlytype:ProtocolRequestType<DocumentFormattingParams, Null<Array<TextEdit>>, Never, NoData, DocumentFormattingRegistrationOptions> = new ProtocolRequestType<DocumentFormattingParams,Null<Array<TextEdit>>,Never,NoData,DocumentFormattingRegistrationOptions>("textDocument/formatting")