Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

General Discussion

Abdullah Mohamed
Abdullah Mohamed
17,323 Points

Console in Brackets text editor ?

How to show the console in Brackets text editor ?

3 Answers

Timothy Blubaugh
Timothy Blubaugh
9,522 Points

Under debug click on show developer tools. Hope this helps!

Timothy Blubaugh
Timothy Blubaugh
9,522 Points

Also you could do a live preview and open the developer tools on your browser. I believe the console in Brackets is for Brackets being that it's open source. Not positive though.

dimas aaron
dimas aaron
6,660 Points

@ AM, I got what you mean... I also use bracket and wondering if it could do like TH workspace. @ TB, yes you r right, been trying to get in file course but it doesn't work. Thanks!

Thomas Faller
Thomas Faller
9,640 Points

A good alternative (because sometimes it's frustrating to use Chrome console) is to use Code Pen, you can create a Pen, minimize html and css panels and enable the console. You can then have your script running automatically in one neat place.