3

I'm using Rust, but this is probably language-independent. Sometimes I find inlay hints for types, etc. very helpful, but sometimes they are in the way. Is there a way to turn them on and off with a keystroke?

AmigoNico
  • 6,652
  • 1
  • 35
  • 45
  • I find typing "Toggle Inlay Hints Globally" in the Search Everywhere window (shift,shift) more convenient than toggling it with a keystroke. Using it frequently that way is even more convenient because it is put in the recent actions; you only need to perform shift,shift,enter. – bmdelacruz Jun 20 '23 at 06:18

1 Answers1

1

Yes. Go to Preferences, then Keymap, and search for "inlay". There you will find an entry called "Toggle Inlay Hints Globally" which probably is not bound to a key. That's the one you want; bind it to whatever keystroke(s) you like.

IntelliJ Preferences for Inlay Hints

AmigoNico
  • 6,652
  • 1
  • 35
  • 45