-1

Okay, I tried this already but still not working.

editor.hover.enabled: false
enter image description here

This is so annoying. Someone help me turn of this tip box...Thanks.

Adorevoy
  • 31
  • 5
  • Does this answer your question? [How do I remove the parameter hints tooltip in VS Code?](https://stackoverflow.com/questions/75996398/how-do-i-remove-the-parameter-hints-tooltip-in-vs-code) – starball Apr 17 '23 at 16:39

2 Answers2

0

Try setting "editor.parameterHints.enabled": false in your settings.json

Aakif
  • 156
  • 6
0

Using a delay will allow you still see tips without such annoyance...

"editor.hover.delay": 1500

Ronald
  • 508
  • 6
  • 24