Hide auto suggest popup while pressing CTRL in VSCode

Viewed 23

A functionality I constantly use on Visual Studio without even realizing it is that when I hold the CTRL key, the popup's opacity diminishes, allowing me to see the code that was hidden by the popup. Popup visible when not pressing CTRL

And when I press and hold CTRL

Popup transparent when pressing CTRL

Is there a way to have the same thing in Visual Studio Code? (either built-in or an extension)

0 Answers
Related