Visual Studio Code user snippets not working

后端 未结 18 2061
遥遥无期
遥遥无期 2021-02-01 02:13

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

18条回答
  •  说谎
    说谎 (楼主)
    2021-02-01 02:55

    For anyone else facing this, be sure to also check the scope defined within the snippet. Snippets weren't showing up for me although the file type matches, and removing the languages from the scoped solved the issue for me.

提交回复
热议问题