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
For react with typescript, I had to specifically add 'typescriptreact' to the scope.
"scope": "javascript, typescript, typescriptreact"