Skip to content

Instantly share code, notes, and snippets.

@pvaviloff
Last active October 10, 2024 15:16
Show Gist options
  • Save pvaviloff/4d5c100e592887b6cd879891251ad746 to your computer and use it in GitHub Desktop.
Save pvaviloff/4d5c100e592887b6cd879891251ad746 to your computer and use it in GitHub Desktop.

Settings path: File | Settings | Editor | Live Templates

JS

  1. cl
console.log('%c $varName$', 'color: orange; font-weight: bold;');
console.log({"$varName$": $varValue$ });

PHP

  1. vd
var_dump( $END$ ); die;
  1. ve
var_export( $END$ ); die;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment