DocumentOnTypeFormattingParams

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

Members

Variables

ch
string ch;
Undocumented in source.
options
FormattingOptions options;
Undocumented in source.
position
Position position;
Undocumented in source.
textDocument
TextDocumentIdentifier textDocument;
Undocumented in source.

Meta