InitializationOptions.Capabilities

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Variables

codeAction
bool codeAction;
Undocumented in source.
completion
bool completion;
Undocumented in source.
definition
bool definition;
Undocumented in source.
documentFormatting
bool documentFormatting;
Undocumented in source.
documentHighlight
bool documentHighlight;
Undocumented in source.
documentOnTypeFormatting
bool documentOnTypeFormatting;
Undocumented in source.
documentRangeFormatting
bool documentRangeFormatting;
Undocumented in source.
documentSymbol
bool documentSymbol;
Undocumented in source.
hover
bool hover;
Undocumented in source.
references
bool references;
Undocumented in source.
rename
bool rename;
Undocumented in source.
typeDefinition
bool typeDefinition;
Undocumented in source.
workspaceSymbol
bool workspaceSymbol;
Undocumented in source.

Meta