Skip to content

Instantly share code, notes, and snippets.

@SubZane
Created March 24, 2020 07:41
Show Gist options
  • Save SubZane/54c6dd8d22e190b6350eeb856e94ee9c to your computer and use it in GitHub Desktop.
Save SubZane/54c6dd8d22e190b6350eeb856e94ee9c to your computer and use it in GitHub Desktop.
Visual Code Snippets for the one armed coder
{
"Curly Braces": {
"prefix": "cb",
"body": [
"{$1}"
],
"description": "curly braces"
},
"Brackets": {
"prefix": "bb",
"body": [
"[$1]"
],
"description": "Brackets"
},
"Paranthesis": {
"prefix": "vb",
"body": [
"($1)"
],
"description": "Paranthesis"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment