Toggle inlay hints
Quickly toggle inlay hints on/off by configuring editor.inlayHints.enabled
. Setting values:
-
offUnlessPressed
— Hold ctrlalt / ctrloption to see inlay hints. -
onUnlessPressed
— Hold ctrlalt / ctrloption to hide inlay hints. -
on
— Always show inlay hints.
Make sure to enable inlay hints in the language you are work in too! For JavaScript and TypeScript, try TypeScript › Inlay Hints › Parameter Names: Enabled
and JavaScript › Inlay Hints › Parameter Names: Enabled