Created
April 14, 2019 19:55
-
-
Save adyngom/9a97c51bd924d507df47adf93c709319 to your computer and use it in GitHub Desktop.
VS Code User Snippet Scaffold
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"User snippet": { | |
"scope": "json", | |
"prefix": "u-snp", | |
"body": [ | |
"\"${1:snippet_name}\": {", | |
"\t\"prefix\": \"${2:snippet_prefix}\",", | |
"\t\"body\": [", | |
"\t\t$3", | |
"\t],", | |
"\t\"description\": \"\"", | |
"}" | |
], | |
"description": "Quickly scaffolds a user snippet creation json entry" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment