VS Code Tip of the Week: Inlay hints configuration options
This week's VS Code Tip of the Week is care of Matt Bierner. Matt always has amazing tips, so I highly recommend giving him a follow on Twitter.
I'm a big fan of inlay hints, but sometimes they can get in the way. Matt goes through a few ways on how you can configure them to make them less annoying.
Today's @code tip: toggling inlay hints:
— Matt Bierner (@mattbierner) May 31, 2022
Quickly toggle inlay hints on/off by configuring `editor.inlayHints.enabled`. Options:
• offUnlessPressed — Hold ctrl+alt / ctrl+option to see inlay hints
• onUnlessPressed — Hold ctrl+alt / ctrl+option to hide inlay hints#code2020 pic.twitter.com/9ynhXQSZlV
Thanks for the tip Matt!