mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 13:48:50 +00:00
Add a line about code action commands to the CoC section of the docs
This commit is contained in:
parent
750d3cb846
commit
d6094c70fb
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,8 @@ The are several LSP client implementations for vim or neovim:
|
||||||
* inlay hints for variables and method chaining, _Neovim Only_
|
* inlay hints for variables and method chaining, _Neovim Only_
|
||||||
* semantic highlighting is not implemented yet
|
* 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.
|
||||||
|
|
||||||
==== LanguageClient-neovim
|
==== LanguageClient-neovim
|
||||||
|
|
||||||
1. Install LanguageClient-neovim by following the instructions
|
1. Install LanguageClient-neovim by following the instructions
|
||||||
|
|
Loading…
Reference in a new issue