Enumeration ClientRequest

Client requests

Enumeration Members

CODE_ACTION: "textDocument/codeAction"
COMPLETION: "textDocument/completion"
COMPLETION_ITEM_RESOLVE: "completionItem/resolve"
DEFINITION: "textDocument/definition"
DOCUMENT_COLOR: "textDocument/documentColor"
DOCUMENT_HIGHLIGHT: "textDocument/documentHighlight"
DOCUMENT_SYMBOL: "textDocument/documentSymbol"
FORMATTING: "textDocument/formatting"
HOVER: "textDocument/hover"
IMPLEMENTATION: "textDocument/implementation"
INITIALIZE: "initialize"
INLAY_HINT: "textDocument/inlayHint"
INLINE_VALUE: "textDocument/inlineValue"
LINKED_EDITING_RANGE: "textDocument/linkedEditingRange"
RANGE_FORMATTING: "textDocument/rangeFormatting"
REFERENCES: "textDocument/references"
RENAME: "textDocument/rename"
SIGNATURE_HELP: "textDocument/signatureHelp"
TYPE_DEFINITION: "textDocument/typeDefinition"
WORKSPACE_SYMBOL: "workspace/symbol"
WORKSPACE_SYMBOL_RESOLVE: "workspaceSymbol/resolve"