mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Merge #11514
11514: chore(manual): update coc-rust-analyzer manual r=Veykril a=fannheyward Semantic tokens highlighting is added in coc.nvim now. Co-authored-by: Heyward Fann <fannheyward@users.noreply.github.com>
This commit is contained in:
commit
c149c3682e
@ -240,7 +240,6 @@ The are several LSP client implementations for vim or neovim:
|
|||||||
* same configurations as VSCode extension, `rust-analyzer.server.path`, `rust-analyzer.cargo.features` etc.
|
* same configurations as VSCode extension, `rust-analyzer.server.path`, `rust-analyzer.cargo.features` etc.
|
||||||
* same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc.
|
* same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc.
|
||||||
* inlay hints for variables and method chaining, _Neovim Only_
|
* inlay hints for variables and method chaining, _Neovim Only_
|
||||||
* semantic highlighting is not implemented yet
|
|
||||||
|
|
||||||
Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected`; `coc-codeaction` and `coc-codeaction-line` are unlikely to be useful.
|
Note: for code actions, use `coc-codeaction-cursor` and `coc-codeaction-selected`; `coc-codeaction` and `coc-codeaction-line` are unlikely to be useful.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user