If you have snippets that might conflict with another extensions snippets you can go into your vscode settings.json and add this line
"editor.snippetSuggestions": "top"
"Create Snippet": { | |
"prefix": "snip", | |
"body": [ | |
"\"$0\": {", | |
"\t\"prefix\": \"\",", | |
"\t\"body\": [", | |
"\t],", | |
"\t\"description\": \"\"", | |
"}" | |
], | |
"description": "Create Snippet" | |
} |