DocumentRangeFormattingParams

Undocumented in source.
@serdeIgnoreUnexpectedKeys
@serdeFallbackStruct
@allowedMethods("textDocument/rangeFormatting")
struct DocumentRangeFormattingParams {}

Members

Variables

options
FormattingOptions options;
Undocumented in source.
range
TextRange range;
Undocumented in source.
textDocument
TextDocumentIdentifier textDocument;
Undocumented in source.

Meta