Skip to content

Steamforge/brackets-console-log

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 “brackets_console_log” extension and click “Install” button

console.log(All_the_Things)

About

An Adobe Brackets extension for generate a console.log()

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published