|
| 1 | +[ |
| 2 | + "textDocument/implementation", |
| 3 | + "textDocument/typeDefinition", |
| 4 | + "workspace/workspaceFolders", |
| 5 | + "workspace/configuration", |
| 6 | + "textDocument/documentColor", |
| 7 | + "textDocument/colorPresentation", |
| 8 | + "textDocument/foldingRange", |
| 9 | + "workspace/foldingRange/refresh", |
| 10 | + "textDocument/declaration", |
| 11 | + "textDocument/selectionRange", |
| 12 | + "window/workDoneProgress/create", |
| 13 | + "textDocument/prepareCallHierarchy", |
| 14 | + "callHierarchy/incomingCalls", |
| 15 | + "callHierarchy/outgoingCalls", |
| 16 | + "textDocument/semanticTokens/full", |
| 17 | + "textDocument/semanticTokens/full/delta", |
| 18 | + "textDocument/semanticTokens/range", |
| 19 | + "workspace/semanticTokens/refresh", |
| 20 | + "window/showDocument", |
| 21 | + "textDocument/linkedEditingRange", |
| 22 | + "workspace/willCreateFiles", |
| 23 | + "workspace/willRenameFiles", |
| 24 | + "workspace/willDeleteFiles", |
| 25 | + "textDocument/moniker", |
| 26 | + "textDocument/prepareTypeHierarchy", |
| 27 | + "typeHierarchy/supertypes", |
| 28 | + "typeHierarchy/subtypes", |
| 29 | + "textDocument/inlineValue", |
| 30 | + "workspace/inlineValue/refresh", |
| 31 | + "textDocument/inlayHint", |
| 32 | + "inlayHint/resolve", |
| 33 | + "workspace/inlayHint/refresh", |
| 34 | + "textDocument/diagnostic", |
| 35 | + "workspace/diagnostic", |
| 36 | + "workspace/diagnostic/refresh", |
| 37 | + "textDocument/inlineCompletion", |
| 38 | + "client/registerCapability", |
| 39 | + "client/unregisterCapability", |
| 40 | + "initialize", |
| 41 | + "shutdown", |
| 42 | + "window/showMessageRequest", |
| 43 | + "textDocument/willSaveWaitUntil", |
| 44 | + "textDocument/completion", |
| 45 | + "completionItem/resolve", |
| 46 | + "textDocument/hover", |
| 47 | + "textDocument/signatureHelp", |
| 48 | + "textDocument/definition", |
| 49 | + "textDocument/references", |
| 50 | + "textDocument/documentHighlight", |
| 51 | + "textDocument/documentSymbol", |
| 52 | + "textDocument/codeAction", |
| 53 | + "codeAction/resolve", |
| 54 | + "workspace/symbol", |
| 55 | + "workspaceSymbol/resolve", |
| 56 | + "textDocument/codeLens", |
| 57 | + "codeLens/resolve", |
| 58 | + "workspace/codeLens/refresh", |
| 59 | + "textDocument/documentLink", |
| 60 | + "documentLink/resolve", |
| 61 | + "textDocument/formatting", |
| 62 | + "textDocument/rangeFormatting", |
| 63 | + "textDocument/rangesFormatting", |
| 64 | + "textDocument/onTypeFormatting", |
| 65 | + "textDocument/rename", |
| 66 | + "textDocument/prepareRename", |
| 67 | + "workspace/executeCommand", |
| 68 | + "workspace/applyEdit" |
| 69 | +] |
0 commit comments