DocumentFormattingParams

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

Members

Variables

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

Meta