Created
July 18, 2015 23:54
-
-
Save MilanGrubnic70/15a548c0db848c932bee to your computer and use it in GitHub Desktop.
console.log() Shortcut Keybinding
This file contains hidden or 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
[ | |
{ "keys": ["alt+c"], | |
"command": "insert_snippet", | |
"args": { | |
"contents": "console.log(${1:}$SELECTION);${0}" | |
} | |
} | |
] | |
// alt + c will get you console.log(_) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment