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
There is one more way to deal with this issue by setting "editor.tabCompletion": true, that way whenever there is a snnipet available it will use it automatically without even opening the list by using tab twice.
more info: https://code.visualstudio.com/docs/editor/intellisense#_customizing-intellisense