View source
class DocumentRangeFormattingRequest
package languageServerProtocol.protocol
import languageServerProtocol.protocol.Protocol
A request to to format a range in a document.
A request to to format a range in a document.
staticfinalinlineread onlytype:ProtocolRequestType<DocumentRangeFormattingParams, Null<Array<TextEdit>>, Never, NoData, DocumentRangeFormattingRegistrationOptions> = new ProtocolRequestType<DocumentRangeFormattingParams,Null<Array<TextEdit>>,Never,NoData,DocumentRangeFormattingRegistrationOptions>("textDocument/rangeFormatting")