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 manu
for
You need to use editor.snippetSuggestions config option with "top" value. Please, see Customizing IntelliSense article for more tips and tricks.
editor.snippetSuggestions
"top"