| Hover |
textDocument/hover |
| Completions (lazy resolve) |
textDocument/completion |
| Signature help |
textDocument/signatureHelp |
| Go-to-definition / declaration / type-definition / implementation |
textDocument/definition, declaration, typeDefinition, implementation |
| Find references / highlight |
textDocument/references, documentHighlight |
| Rename (with prepare) |
textDocument/prepareRename, rename |
| Document & workspace symbols |
textDocument/documentSymbol, workspace/symbol |
| Diagnostics (push + pull) |
textDocument/publishDiagnostics, textDocument/diagnostic, workspace/diagnostic |
| Code actions, code lens |
textDocument/codeAction, codeLens |
| Inlay hints (opt-in categories below) |
textDocument/inlayHint |
| Semantic tokens (range + delta) |
textDocument/semanticTokens/* |
| Folding, document links, call hierarchy |
textDocument/foldingRange, documentLink, prepareCallHierarchy |
| Formatting (document, range, on-type) |
textDocument/formatting, rangeFormatting, onTypeFormatting |
Workspace willRename for .shape files |
workspace/willRenameFiles |