aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/user/features.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/user/features.md b/docs/user/features.md
index 09a7f5a43..cffbb4c7f 100644
--- a/docs/user/features.md
+++ b/docs/user/features.md
@@ -76,6 +76,14 @@ Shows internal statistic about memory usage of rust-analyzer
76 76
77Manually triggers GC 77Manually triggers GC
78 78
79#### Start Cargo Watch
80
81Start `cargo watch` for live error highlighting. Will prompt to install if it's not already installed.
82
83#### Stop Cargo Watch
84
85Stop `cargo watch`
86
79### Code Actions (Assists) 87### Code Actions (Assists)
80 88
81These are triggered in a particular context via light bulb. We use custom code on 89These are triggered in a particular context via light bulb. We use custom code on