ServerCapabilities

Undocumented in source.

Members

Mixins

__anonymous
mixin StrictOptionalSerializer
Undocumented in source.

Variables

codeActionProvider
bool codeActionProvider;
Undocumented in source.
codeLensProvider
Optional!CodeLensOptions codeLensProvider;
Undocumented in source.
colorProvider
Optional!ColorProviderOptions colorProvider;
Undocumented in source.
completionProvider
Optional!CompletionOptions completionProvider;
Undocumented in source.
definitionProvider
bool definitionProvider;
Undocumented in source.
documentFormattingProvider
bool documentFormattingProvider;
Undocumented in source.
documentHighlightProvider
bool documentHighlightProvider;
Undocumented in source.
documentLinkProvider
Optional!DocumentLinkOptions documentLinkProvider;
Undocumented in source.
documentOnTypeFormattingProvider
Optional!DocumentOnTypeFormattingOptions documentOnTypeFormattingProvider;
Undocumented in source.
documentRangeFormattingProvider
bool documentRangeFormattingProvider;
Undocumented in source.
documentSymbolProvider
bool documentSymbolProvider;
Undocumented in source.
executeCommandProvider
Optional!ExecuteCommandOptions executeCommandProvider;
Undocumented in source.
experimental
JSONValue experimental;
Undocumented in source.
hoverProvider
bool hoverProvider;
Undocumented in source.
implementationProvider
Optional!bool implementationProvider;
Undocumented in source.
referencesProvider
bool referencesProvider;
Undocumented in source.
renameProvider
bool renameProvider;
Undocumented in source.
signatureHelpProvider
Optional!SignatureHelpOptions signatureHelpProvider;
Undocumented in source.
textDocumentSync
JSONValue textDocumentSync;
Undocumented in source.
typeDefinitionProvider
Optional!bool typeDefinitionProvider;
Undocumented in source.
workspace
Optional!ServerWorkspaceCapabilities workspace;
Undocumented in source.
workspaceSymbolProvider
bool workspaceSymbolProvider;
Undocumented in source.

Mixed In Members

From mixin StrictOptionalSerializer

_toJSON
JSONValue _toJSON()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta