mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 13:25:09 +00:00
Merge #4216
4216: docs(user): method chaining hints support r=flodiebold a=fannheyward https://github.com/fannheyward/coc-rust-analyzer/issues/177#issuecomment-621109410 <img width="490" alt="" src="https://user-images.githubusercontent.com/345274/80584717-acd0dd80-8a44-11ea-9505-c408a259a5b5.png"> Co-authored-by: Heyward Fann <fannheyward@gmail.com>
This commit is contained in:
commit
c2425fd88b
1 changed files with 4 additions and 2 deletions
|
@ -169,13 +169,15 @@ The are several LSP client implementations for vim:
|
||||||
|
|
||||||
1. Install coc.nvim by following the instructions at
|
1. Install coc.nvim by following the instructions at
|
||||||
https://github.com/neoclide/coc.nvim[coc.nvim]
|
https://github.com/neoclide/coc.nvim[coc.nvim]
|
||||||
(nodejs required)
|
(Node.js required)
|
||||||
2. Run `:CocInstall coc-rust-analyzer` to install
|
2. Run `:CocInstall coc-rust-analyzer` to install
|
||||||
https://github.com/fannheyward/coc-rust-analyzer[coc-rust-analyzer],
|
https://github.com/fannheyward/coc-rust-analyzer[coc-rust-analyzer],
|
||||||
this extension implements _most_ of the features supported in the VSCode extension:
|
this extension implements _most_ of the features supported in the VSCode extension:
|
||||||
|
* automatically install and upgrade stable/nightly releases
|
||||||
* same configurations as VSCode extension, `rust-analyzer.serverPath`, `rust-analyzer.cargo.features` etc.
|
* same configurations as VSCode extension, `rust-analyzer.serverPath`, `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.
|
||||||
* highlighting and inlay_hints are not implemented yet
|
* inlay hints for method chaining support, _Neovim Only_
|
||||||
|
* semantic highlighting is not implemented yet
|
||||||
|
|
||||||
==== LanguageClient-neovim
|
==== LanguageClient-neovim
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue