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
- Run Brackets.
- Select File > Extension Manager...
- Find “brackets_console_log” extension and click “Install” button