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
Changing "editor.tabCompletion": true to "editor.tabCompletion":"on" worked for me.
"editor.tabCompletion": true
"editor.tabCompletion":"on"