mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-28 14:03:35 +00:00
Merge #7026
7026: chore: update coc-rust-analyzer inlay hints support r=lnicola a=fannheyward coc-rust-analyzer now supports inlay hints for variables and method chaining. Co-authored-by: Heyward Fann <fannheyward@users.noreply.github.com>
This commit is contained in:
commit
2c843c4776
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ The are several LSP client implementations for vim or neovim:
|
|||
* automatically install and upgrade stable/nightly releases
|
||||
* same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc.
|
||||
* same commands too, `rust-analyzer.analyzerStatus`, `rust-analyzer.ssr` etc.
|
||||
* inlay hints for method chaining support, _Neovim Only_
|
||||
* inlay hints for variables and method chaining, _Neovim Only_
|
||||
* semantic highlighting is not implemented yet
|
||||
|
||||
==== LanguageClient-neovim
|
||||
|
|
Loading…
Reference in a new issue