@@ -41,7 +41,7 @@ This list documents LSP features, supported by rust-analyzer.
41
41
- trigger characters: ` : ` , ` . `
42
42
- [x] [ textDocument/hover] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_hover )
43
43
- [x] [ textDocument/signatureHelp] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_signatureHelp )
44
- - trigger characters: ` ( ` , ` , ` , ` ) `
44
+ - trigger characters: ` ( ` , ` , `
45
45
- [ ] [ textDocument/declaration] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_declaration )
46
46
- [x] [ textDocument/definition] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_definition )
47
47
- [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.
58
58
- rust-analyzer.run
59
59
- rust-analyzer.analyzerStatus
60
60
- [x] [ textDocument/codeLens] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_codeLens )
61
- - [ ] [ textDocument/documentLink ] ( https://microsoft.github.io/language-server-protocol/specification#codeLens_resolve )
61
+ - [x ] [ codeLens/resolve ] ( https://microsoft.github.io/language-server-protocol/specification#codeLens_resolve )
62
62
- [ ] [ documentLink/resolve] ( https://microsoft.github.io/language-server-protocol/specification#documentLink_resolve )
63
63
- [ ] [ textDocument/documentColor] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_documentColor )
64
64
- [ ] [ textDocument/colorPresentation] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_colorPresentation )
0 commit comments