Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How can I avoid some suggestions in vscode? ("abc log")

When I type "log" in vscode, I get a useless suggestion:

Commiting this suggestion does nothing. I always have to select the second suggestion, "log to console". This occurs in javascript code, in typescript code not.

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

I found the setting

"editor.wordBasedSuggestions": false  // does not work

but setting this to false does not change this.

Where does this useless suggestion come from and how can I get rid of that?

>Solution :

I believe the setting you’re looking for is:

"editor.suggest.showWords": false

You can find a full list of intellisense settings explained here https://code.visualstudio.com/docs/editor/intellisense

And the list of completions can be found here https://code.visualstudio.com/docs/editor/intellisense#_types-of-completions

hope this helped.

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading