Skip to content

Instantly share code, notes, and snippets.

@dandosi
dandosi / snippet.md
Created April 24, 2017 19:13 — forked from andypotts/snippet.md
console.log() + var_dump() key bindings for Sublime Text

Go to Sublime Text 2 > Preferences > Key Bindings - User and add this JSON to the file:

[
    { "keys": ["super+shift+l"],
      "command": "insert_snippet",
      "args": {
        "contents": "console.log(${1:}$SELECTION);${0}"
      }, "context":
 [