Created
March 24, 2020 07:41
-
-
Save SubZane/54c6dd8d22e190b6350eeb856e94ee9c to your computer and use it in GitHub Desktop.
Visual Code Snippets for the one armed coder
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
{ | |
"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