mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-26 13:03:31 +00:00
update user docs
This commit is contained in:
parent
422f4ac080
commit
4cd0a96c96
1 changed files with 8 additions and 0 deletions
|
@ -76,6 +76,14 @@ Shows internal statistic about memory usage of rust-analyzer
|
||||||
|
|
||||||
Manually triggers GC
|
Manually triggers GC
|
||||||
|
|
||||||
|
#### Start Cargo Watch
|
||||||
|
|
||||||
|
Start `cargo watch` for live error highlighting. Will prompt to install if it's not already installed.
|
||||||
|
|
||||||
|
#### Stop Cargo Watch
|
||||||
|
|
||||||
|
Stop `cargo watch`
|
||||||
|
|
||||||
### Code Actions (Assists)
|
### Code Actions (Assists)
|
||||||
|
|
||||||
These are triggered in a particular context via light bulb. We use custom code on
|
These are triggered in a particular context via light bulb. We use custom code on
|
||||||
|
|
Loading…
Reference in a new issue