From 895155de6d5d9b9d3794763c2616b851d9a4ed45 Mon Sep 17 00:00:00 2001 From: Jeremy Kolb Date: Wed, 8 Jan 2020 11:45:14 -0500 Subject: Update lsp-features.md --- docs/dev/lsp-features.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/dev') diff --git a/docs/dev/lsp-features.md b/docs/dev/lsp-features.md index d3e79b8be..00b0867d7 100644 --- a/docs/dev/lsp-features.md +++ b/docs/dev/lsp-features.md @@ -41,7 +41,7 @@ This list documents LSP features, supported by rust-analyzer. - trigger characters: `:`, `.` - [x] [textDocument/hover](https://microsoft.github.io/language-server-protocol/specification#textDocument_hover) - [x] [textDocument/signatureHelp](https://microsoft.github.io/language-server-protocol/specification#textDocument_signatureHelp) - - trigger characters: `(`, `,`, `)` + - trigger characters: `(`, `,` - [ ] [textDocument/declaration](https://microsoft.github.io/language-server-protocol/specification#textDocument_declaration) - [x] [textDocument/definition](https://microsoft.github.io/language-server-protocol/specification#textDocument_definition) - [x] [textDocument/typeDefinition](https://microsoft.github.io/language-server-protocol/specification#textDocument_typeDefinition) @@ -58,7 +58,7 @@ This list documents LSP features, supported by rust-analyzer. - rust-analyzer.run - rust-analyzer.analyzerStatus - [x] [textDocument/codeLens](https://microsoft.github.io/language-server-protocol/specification#textDocument_codeLens) -- [ ] [textDocument/documentLink](https://microsoft.github.io/language-server-protocol/specification#codeLens_resolve) +- [x] [codeLens/resolve](https://microsoft.github.io/language-server-protocol/specification#codeLens_resolve) - [ ] [documentLink/resolve](https://microsoft.github.io/language-server-protocol/specification#documentLink_resolve) - [ ] [textDocument/documentColor](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentColor) - [ ] [textDocument/colorPresentation](https://microsoft.github.io/language-server-protocol/specification#textDocument_colorPresentation) -- cgit v1.2.3