1.0.0 • Published 3 years ago

@phoenix-plugin-registry/brackets-console-log v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

console.log('All the Things')

console.log('All the Things') is a Brackets extension which generates a console.log() of the curently selected javascript variable:

Before:

var myString = 'Hello World';

After:

var myString = 'Hello World';
console.log('myString', myString);

You can access this function from the EDIT menu, the context menu or the shortcut: CTRL+ALT+Q

Installation

  1. Run Brackets.
  2. Select File > Extension Manager...
  3. Find “console.log('All the Things')” extension and click “Install” button