1

How to disable this enter image description here

I've tried "editor.quickSuggestions": false, but still popping up.

Carlos
  • 727
  • 7
  • 11

2 Answers2

2

In my case, I just added the config. "editor.parameterHints.enabled": false, and it works like a charm. :)

Carlos
  • 727
  • 7
  • 11
0

Do you have any intellisense extensions installed? Go to view > extensions and if you have any intellisense extensions disable them.

Also in your user or workspace settings under Text Editor > Suggestions, untick some of the options there that apply, it will stop the autocomplete suggestions coming up.

You can also hit Esc to hide anything currently showing.

You may need to restart VS Code for changes to take effect.

J Bullock
  • 51
  • 7