As the title says, i just want to know how to disable this annoying highlight in vs code. I want to get a suggestion instantly when i type inside the parentheses but instead first i get an annoying highlight that it wont go out unless i press ESC key.
As you can see in the images, first the console.log() have a weird highlight, that prevents the suggestion to pop up when i type the name of the variable or even functions.




Look on VsCode settings "Editor>Suggest: Snippets Prevent Quick Suggestions" disable and done.
I finally found the answer for anyone that found this as annoying as I did. The setting below should be changed to false, the default is true.
"editor.suggest.snippetsPreventQuickSuggestions": false
The other setting can be changed in Editor: Quick Suggestions.
Other should be set to on (which I believe is the default), and strings should be set to on.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With