From 5dab5e737909532e4a65390541393af6ee72f65b Mon Sep 17 00:00:00 2001 From: veetaha Date: Mon, 25 May 2020 03:47:33 +0300 Subject: 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 --- docs/user/features.md | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/user/features.md') 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. Show current rust-analyzer version. +#### Toggle inlay hints + +Toggle inlay hints view for the current workspace. +It is recommended to assign a shortcut for this command to quickly turn off +inlay hints when they prevent you from reading/writing the code. + #### Run Garbage Collection Manually triggers GC. -- cgit v1.2.3