I\'ve enabled the default \"log\" snippet in VS Code. I also added another snippet. Neither show up when I type their prefixes. I have set editor.tabCompletion
to t
My problem was that some snippets worked, and others dont. (like: JavaScript Snippets worked well)
My issue solved when i installed a plugin that added the respective, specific filetype association (im my case: *.blade.php)
When creating UserSnippets at blade.json it worked fine.