I use VS code to write JS code. On the version 1.0, it was working very well me for. After the upgrade to version 1.1, what is happening is that when I write code, intellisense triggers but the snippets are not the first option.
I.e: while I am writting func... intellinc triggers and suggest me "function" but not as an snippets but as a variable name or similar I guess.
On the Pic below you can see how it looks on my screen:
How can I fix it so it works again with the snippets as default option?
Note: the same happens with all regular commands such as if, log, for, etc...
