How to close Vscode window?

Asked

Viewed 190 times

1

Every time I’m coding on Vscode, it keeps popping up little suggestion windows all the time. And it’s not the same as the shortcut "Ctrl + Space". This is another window. Do you know how I can disable this? Because it gets in front of the code and disrupts the view

O a janela é essa em vermelho

The window is the one in red

2 answers

1


  • I had to add "editor.parameterHints.enabled": false, this code also worked. Thanks.

0

I put it on the first line of settings.json

"editor.hover.enabled": false,

and solved. No hint is shown at Hover.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.