-
Notifications
You must be signed in to change notification settings - Fork 64
Supported LSP requests
Maxim Reznik edited this page Jun 4, 2022
·
5 revisions
Request | Supported |
---|---|
initialize |
✅ |
initialized |
✅ |
shutdown |
✅ |
exit |
✅ |
$/cancelRequest |
✅ |
Request | Supported |
---|---|
workspace/didChangeWorkspaceFolders |
|
workspace/didChangeConfiguration |
✅ |
workspace/didChangeWorkspaceFolders |
|
workspace/didChangeWatchedFiles |
✅ |
workspace/symbol |
✅ |
workspace/executeCommand |
✅ |
Request | Supported |
---|---|
textDocument/didOpen |
✅ |
textDocument/didChange |
✅ |
textDocument/willSave |
|
textDocument/willSaveWaitUntil |
|
textDocument/didSave |
|
textDocument/didClose |
✅ |
Request | Supported |
---|---|
textDocument/completion |
✅ |
completionItem/resolve |
|
textDocument/hover |
✅ |
textDocument/signatureHelp |
✅ |
textDocument/definition |
✅ |
textDocument/declaration |
✅ |
textDocument/typeDefinition |
✅ |
textDocument/implementation |
✅ |
textDocument/references |
✅ |
textDocument/documentHighlight |
✅ |
textDocument/documentSymbol |
✅ |
textDocument/codeAction |
✅ |
textDocument/codeLens |
|
codeLens/resolve |
|
textDocument/documentLink |
|
documentLink/resolve |
|
textDocument/documentColor |
|
textDocument/colorPresentation |
|
textDocument/formatting |
✅ |
textDocument/rangeFormatting |
|
textDocument/onTypeFormatting |
|
textDocument/rename |
✅ |
textDocument/prepareRename |
✅ |
textDocument/foldingRange |
✅ |
textDocument/prepareCallHierarchy |
✅ |
callHierarchy/incomingCalls |
✅ |
callHierarchy/outgoingCalls |
✅ |