How to edit existing VS Code Snippets

前端 未结 5 1240
渐次进展
渐次进展 2020-11-30 04:04

Is there a way to remove or edit some of the default code snippets in Visual Studio CODE ?

For example when i type req+TAB i need require not requ

5条回答
  •  时光说笑
    2020-11-30 04:29

    I found mine at ~/.config/Code/User/snippets

    If you want to create a global snippet, create a file named snippet_name.code-snippets

    If you want a language specific snippet, create it like php.json

提交回复
热议问题