1.0.0 • Published 3 years ago
@phoenix-plugin-registry/brackets-console-log v1.0.0
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
- Run Brackets.
- Select File > Extension Manager...
- Find “console.log('All the Things')” extension and click “Install” button
1.0.0
3 years ago