TextDocumentClientCapabilities

Undocumented in source.

Constructors

this
this()
Undocumented in source.

Members

Classes

CodeAction
class CodeAction
Undocumented in source.
Completion
class Completion
Undocumented in source.
DocumentSymbol
class DocumentSymbol
Undocumented in source.
FoldingRange
class FoldingRange
Undocumented in source.
Hover
class Hover
Undocumented in source.
PublishDiagnostics
class PublishDiagnostics
Undocumented in source.
Rename
class Rename
Undocumented in source.
SignatureHelp
class SignatureHelp
Undocumented in source.
Synchronisation
class Synchronisation
Undocumented in source.

Variables

codeAction
Nullable!CodeAction codeAction;
Undocumented in source.
codeLens
Nullable!WithDynamicRegistration codeLens;
Undocumented in source.
colorProvider
Nullable!WithDynamicRegistration colorProvider;
Undocumented in source.
completion
Nullable!Completion completion;
Undocumented in source.
declaration
Nullable!WithLinkSupport declaration;
Undocumented in source.
definition
Nullable!WithLinkSupport definition;
Undocumented in source.
documentHighlight
Nullable!WithDynamicRegistration documentHighlight;
Undocumented in source.
documentLink
Nullable!WithDynamicRegistration documentLink;
Undocumented in source.
documentSymbol
Nullable!DocumentSymbol documentSymbol;
Undocumented in source.
foldingRange
Nullable!FoldingRange foldingRange;
Undocumented in source.
formatting
Nullable!WithDynamicRegistration formatting;
Undocumented in source.
hover
Nullable!Hover hover;
Undocumented in source.
implementation
Nullable!WithLinkSupport implementation;
Undocumented in source.
onTypeFormatting
Nullable!WithDynamicRegistration onTypeFormatting;
Undocumented in source.
publishDiagnostics
Nullable!PublishDiagnostics publishDiagnostics;
Undocumented in source.
rangeFormatting
Nullable!WithDynamicRegistration rangeFormatting;
Undocumented in source.
references
Nullable!WithDynamicRegistration references;
Undocumented in source.
rename
Nullable!Rename rename;
Undocumented in source.
signatureHelp
Nullable!SignatureHelp signatureHelp;
Undocumented in source.
synchronisation
Nullable!Synchronisation synchronisation;
Undocumented in source.
typeDefinition
Nullable!WithLinkSupport typeDefinition;
Undocumented in source.

Meta