Unnamed repository; edit this file 'description' to name the repository.
book: Update list of configurable LSP features
This syncs the list with the `Display for LanguageServerFeature`
implementation. A few newer features were not yet added to the list.
| -rw-r--r-- | book/src/languages.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/book/src/languages.md b/book/src/languages.md index 50353063..addc907d 100644 --- a/book/src/languages.md +++ b/book/src/languages.md @@ -196,8 +196,8 @@ If a language server itself doesn't support a feature, the next language server The list of supported features is: - `format` -- `goto-definition` - `goto-declaration` +- `goto-definition` - `goto-type-definition` - `goto-reference` - `goto-implementation` @@ -210,8 +210,11 @@ The list of supported features is: - `document-symbols` - `workspace-symbols` - `diagnostics` +- `pull-diagnostics` - `rename-symbol` - `inlay-hints` +- `document-colors` +- `call-hierarchy` ## Tree-sitter grammar configuration |