Skip to content

Instantly share code, notes, and snippets.

@vitorpiovezam
Created May 24, 2018 18:40
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 vitorpiovezam/31186d0996e813672130561b0741c50b to your computer and use it in GitHub Desktop.
Save vitorpiovezam/31186d0996e813672130561b0741c50b to your computer and use it in GitHub Desktop.
My vscode snippets
"Ta Funfando": {
"prefix": "funfa",
"body": [
"console.log('ta funfando');"
],
"description": "for test in console output"
},
"Console Log": {
"prefix": "cl",
"body": [
"console.log('${2: }');"
],
"description": "for test in console output"
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment