Module text_document

Module text_document 

Source
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