Skip to content

Instantly share code, notes, and snippets.

@MilanGrubnic70
Created July 18, 2015 23:54
Show Gist options
  • Save MilanGrubnic70/15a548c0db848c932bee to your computer and use it in GitHub Desktop.
Save MilanGrubnic70/15a548c0db848c932bee to your computer and use it in GitHub Desktop.
console.log() Shortcut Keybinding
[
{ "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