diff options
Diffstat (limited to 'docs/user/features.md')
-rw-r--r-- | docs/user/features.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index 8b7a8d7fc..a94b65ad4 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -97,11 +97,13 @@ Start `cargo watch` for live error highlighting. Will prompt to install if it's | |||
97 | 97 | ||
98 | Stop `cargo watch` | 98 | Stop `cargo watch` |
99 | 99 | ||
100 | ### Code Actions (Assists) | 100 | ### Assists (Code Actions) |
101 | 101 | ||
102 | These are triggered in a particular context via light bulb. We use custom code on | 102 | These are triggered in a particular context via light bulb. We use custom code on |
103 | the VS Code side to be able to position cursor. `<|>` signifies cursor | 103 | the VS Code side to be able to position cursor. `<|>` signifies cursor |
104 | 104 | ||
105 | See [assists.md](./assists.md) | ||
106 | |||
105 | - Add `#[derive]` | 107 | - Add `#[derive]` |
106 | 108 | ||
107 | ```rust | 109 | ```rust |