Skip to content

Instantly share code, notes, and snippets.

@timnovis
Created October 24, 2016 14:30
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 timnovis/93992154a9423d92639e9fc01a00364f to your computer and use it in GitHub Desktop.
Save timnovis/93992154a9423d92639e9fc01a00364f to your computer and use it in GitHub Desktop.
'.source.php':
'var_dump with <pre>':
'prefix': 'pvd'
'body': 'echo \'<pre>\';\nvar_dump($1);\necho \'</pre>\';$0'
'.source.js':
'console.log() shortcut':
'prefix': 'cl'
'body': 'console.log($1);$0'
'console.table() shortcut':
'prefix': 'ct'
'body': 'console.table($1);$0'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment