Skip to content

Instantly share code, notes, and snippets.

@yayMark
Created August 11, 2020 02:41
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 yayMark/3c112221dd2fb4dadf63a92ab750af44 to your computer and use it in GitHub Desktop.
Save yayMark/3c112221dd2fb4dadf63a92ab750af44 to your computer and use it in GitHub Desktop.
Visual Studio Code snippets
[
{
"key": "shift+alt+cmd+l",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "console.log('${TM_SELECTED_TEXT}$1: ', ${TM_SELECTED_TEXT})$2;"
}
},
{
"key": "shift+alt+cmd+c",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "display: flex;\n\tjustify-content: center;\n\talign-items: center;"
}
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment