I'm trying to write code in my VSC Editor, but this becomes impossible due to the tab that keeps popping up. Where can I turn it off?
CodePudding user response:
You can try adding
"editor.hover.enabled": false
To completely disable or
"editor.hover.delay": 123
Editing delay
to a value in milliseconds for how long it takes to show the tab.
In your settings.json
Which can be accessed via F1 menu or in preferences
CodePudding user response:
You should take a look at this. maybe this is the solution
Solve:
"editor.parameterHints.enabled": false