While using the latest version of Visual Studio Code I am editing a JavaScript file and often want to log output to the console. I created a user snippet to make this easier to autocomplete but I've found that the default option I get in my autocomplete is the red highlighted option below (instead of the green which is my snippet):
I'm wondering two things:
- Where is this "non-standard" autocomplete coming from? Can I remove it?
- How does vscode determine which of the matches will be the default, and can I influence it to choose my snippets first?