Skip to content

Instantly share code, notes, and snippets.

@adyngom
Created April 14, 2019 19:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adyngom/9a97c51bd924d507df47adf93c709319 to your computer and use it in GitHub Desktop.
Save adyngom/9a97c51bd924d507df47adf93c709319 to your computer and use it in GitHub Desktop.
VS Code User Snippet Scaffold
{
"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