@@ -41,7 +41,7 @@ This list documents LSP features, supported by rust-analyzer.
4141 - trigger characters: ` : ` , ` . `
4242- [x] [ textDocument/hover] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_hover )
4343- [x] [ textDocument/signatureHelp] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_signatureHelp )
44- - trigger characters: ` ( ` , ` , ` , ` ) `
44+ - trigger characters: ` ( ` , ` , `
4545- [ ] [ textDocument/declaration] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_declaration )
4646- [x] [ textDocument/definition] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_definition )
4747- [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.
5858 - rust-analyzer.run
5959 - rust-analyzer.analyzerStatus
6060- [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 )
6262- [ ] [ documentLink/resolve] ( https://microsoft.github.io/language-server-protocol/specification#documentLink_resolve )
6363- [ ] [ textDocument/documentColor] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_documentColor )
6464- [ ] [ textDocument/colorPresentation] ( https://microsoft.github.io/language-server-protocol/specification#textDocument_colorPresentation )
0 commit comments