0

I use vscode, i think most of us use vscode, vscode is awesome tool but sometime it annoying at same time, it happen to me when i see this pop up when i move to new laptop enter image description here

I need IntelliSense but not this detail, it block my view many time why i'm typing, how can i disable this? (not disable IntelliSense, just this detail)

normalDev
  • 117
  • 12

1 Answers1

0

Those are parameter hints. Set "editor.parameterHints.enabled": false to disable them

After disabling them, you can still manually trigger them using the editor.action.triggerParameterHints command

There is no way to disable just one section of the parameter hints

Matt Bierner
  • 58,117
  • 21
  • 175
  • 206