diff options
author | veetaha <[email protected]> | 2020-05-25 01:47:33 +0100 |
---|---|---|
committer | veetaha <[email protected]> | 2020-05-25 01:59:46 +0100 |
commit | 5dab5e737909532e4a65390541393af6ee72f65b (patch) | |
tree | 7393ee6defa8951afafe90f0c180e7c0f4f1db70 /docs/user | |
parent | fbb8b884a2dbc3ced720c84f4604466e223f6d69 (diff) |
Introduce `toggle inlay hints` vscode command
Users now can assign a shortcut for this command
via the general vscode
keybindings ui or `keybinding.json file`
Closes: #4599
Diffstat (limited to 'docs/user')
-rw-r--r-- | docs/user/features.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/user/features.md b/docs/user/features.md index 340bce835..12ecdec13 100644 --- a/docs/user/features.md +++ b/docs/user/features.md | |||
@@ -93,6 +93,12 @@ Shows internal statistic about memory usage of rust-analyzer. | |||
93 | 93 | ||
94 | Show current rust-analyzer version. | 94 | Show current rust-analyzer version. |
95 | 95 | ||
96 | #### Toggle inlay hints | ||
97 | |||
98 | Toggle inlay hints view for the current workspace. | ||
99 | It is recommended to assign a shortcut for this command to quickly turn off | ||
100 | inlay hints when they prevent you from reading/writing the code. | ||
101 | |||
96 | #### Run Garbage Collection | 102 | #### Run Garbage Collection |
97 | 103 | ||
98 | Manually triggers GC. | 104 | Manually triggers GC. |