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
editor.tabCompletion
If you are trying to insert PHP snippets, its worth noting the you must manually include the
before the snippets will start to work.