aboutsummaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorveetaha <[email protected]>2020-05-25 01:47:33 +0100
committerveetaha <[email protected]>2020-05-25 01:59:46 +0100
commit5dab5e737909532e4a65390541393af6ee72f65b (patch)
tree7393ee6defa8951afafe90f0c180e7c0f4f1db70 /docs/user
parentfbb8b884a2dbc3ced720c84f4604466e223f6d69 (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.md6
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
94Show current rust-analyzer version. 94Show current rust-analyzer version.
95 95
96#### Toggle inlay hints
97
98Toggle inlay hints view for the current workspace.
99It is recommended to assign a shortcut for this command to quickly turn off
100inlay hints when they prevent you from reading/writing the code.
101
96#### Run Garbage Collection 102#### Run Garbage Collection
97 103
98Manually triggers GC. 104Manually triggers GC.