LSP protocol support¶
This page lists which LSP methods are currently implemented.
Supported methods¶
| Method | Status |
|---|---|
textDocument/didOpen |
Supported |
textDocument/didChange |
Supported |
textDocument/didClose |
Supported |
textDocument/hover |
Supported |
textDocument/definition |
Supported |
textDocument/completion |
Supported (basic) |
textDocument/references |
Planned |
textDocument/rename |
Planned |
textDocument/formatting |
Planned |
To learn more about LSP, see the Language Server Protocol specification. See also: LSP architecture.