diff options
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. |