VS Code Intellisense don't suggest snippet at first

Agnarh picture Agnarh · Jun 16, 2016 · Viewed 10.8k times · Source

I want to use code snippets in VSCode. But when I type, for example, for in javascript file, the Intellisense doesn't suggest snippet "for-loop" - I need to manually scroll the dropdown and select it. Is there any way to make VSCode to suggest snippets at first? Thank you!

UPD: I have found the person with same problem, but he has no answers - link

Answer

Kavu picture Kavu · Sep 8, 2016

You need to use editor.snippetSuggestions config option with "top" value. Please, see Customizing IntelliSense article for more tips and tricks.