Skip to content

Instantly share code, notes, and snippets.

@sipec
Created November 10, 2022 17:52
Show Gist options
  • Save sipec/3c78edee13c0bbb204232b41b0257af0 to your computer and use it in GitHub Desktop.
Save sipec/3c78edee13c0bbb204232b41b0257af0 to your computer and use it in GitHub Desktop.
my fave vscode snippets
{
"() => ": {
"prefix": "aw",
"body": "() => ",
"description": "arrow function"
},
"() => {}": {
"prefix": "arw",
"body": "() => { $1 }",
"description": "arrow function with brackets"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment