Expand description
§============================================================================= textDocument/* Handlers
Houses handlers for open/change/close, hover, completion, diagnostics, etc.
Modules§
- code_
action - ============================================================================= textDocument/codeAction
- code_
action_ resolve - ============================================================================= codeAction/resolve
- completion
- ============================================================================= textDocument/completion
- completion_
resolve - ============================================================================= completionItem/resolve
- definition
- ============================================================================= textDocument/definition
- did_
change - did_
close - did_
open - document_
highlight - ============================================================================= textDocument/documentHighlight
- document_
symbol - ============================================================================= textDocument/documentSymbol
- formatting
- ============================================================================= textDocument/formatting
- hover
- ============================================================================= textDocument/hover
- implementation
- ============================================================================= textDocument/implementation
- inlay_
hint - ============================================================================= textDocument/inlayHint
- references
- ============================================================================= textDocument/references
- rename
- ============================================================================= textDocument/prepareRename & textDocument/rename
- semantic_
tokens - ============================================================================= textDocument/semanticTokens (full + range)
- signature_
help - ============================================================================= textDocument/signatureHelp
- type_
definition - ============================================================================= textDocument/typeDefinition