diff options
| author | kjeremy <kjeremy@gmail.com> | 2019-04-23 15:41:31 -0400 |
|---|---|---|
| committer | kjeremy <kjeremy@gmail.com> | 2019-04-23 15:41:31 -0400 |
| commit | 6ba7667f2bf82aa2fbbef3823567fed0819a3fb9 (patch) | |
| tree | ec04f3021203ead7d820ee8f3c40006705c7dd8d /docs/dev | |
| parent | 7125192c1e46f2350707c4903a1679b2a0178ea6 (diff) | |
| download | rust-6ba7667f2bf82aa2fbbef3823567fed0819a3fb9.tar.gz rust-6ba7667f2bf82aa2fbbef3823567fed0819a3fb9.zip | |
Add to LSP features
Diffstat (limited to 'docs/dev')
| -rw-r--r-- | docs/dev/lsp-features.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/lsp-features.md b/docs/dev/lsp-features.md index 57015293cbd..28bae59bb10 100644 --- a/docs/dev/lsp-features.md +++ b/docs/dev/lsp-features.md @@ -46,7 +46,7 @@ This list documents LSP features, supported by rust-analyzer. - 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) -- [ ] [textDocument/typeDefinition](https://microsoft.github.io/language-server-protocol/specification#textDocument_typeDefinition) +- [x] [textDocument/typeDefinition](https://microsoft.github.io/language-server-protocol/specification#textDocument_typeDefinition) - [x] [textDocument/implementation](https://microsoft.github.io/language-server-protocol/specification#textDocument_implementation) - [x] [textDocument/references](https://microsoft.github.io/language-server-protocol/specification#textDocument_references) - [x] [textDocument/documentHighlight](https://microsoft.github.io/language-server-protocol/specification#textDocument_documentHighlight) |
