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
require
requ
I found mine at ~/.config/Code/User/snippets
~/.config/Code/User/snippets
If you want to create a global snippet, create a file named snippet_name.code-snippets
snippet_name.code-snippets
If you want a language specific snippet, create it like php.json
php.json