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 trialjulian gallegos
Courses Plus Student 1,361 Pointswhere do you find the text editor that Jim is using?
I know this might be a silly question but where do I find the text editor that Jim is using on the videos? I am already using google chrome but I'm not sure where he is doing his work.
Also where are we suppose to do the extra credit questions?
Thanks for your help.
14 Answers
Pedro GCA
20,683 PointsHey Julian, Im not sure of which editor is Jim using but here is an good article about it: "Five Best Text Editors" by Life Hacker. My favorite is Sublime, but you I suppose you will discover yours trying by yourself. :)
Shannon Zilka
7,826 PointsI use browser developer tools to get console.log output, but if you're on a mac it sounds like it's fairly easy to set up sublime text to show it: http://www.wikihow.com/Create-a-Javascript-Console-in-Sublime-Text
If you're not on a mac you could try the second method - good luck!
Jess F
1,824 PointsAwesome, thank you for sharing! So much better than switching back and forth between tabs / windows.
julian gallegos
Courses Plus Student 1,361 Pointshow do you use the developer tools to get the console.log output? i tried playing around with it and it only let's me use the debug output. I followed the steps from the link but can't seem to figure out how to get to the developer tools.
Thanks for the help.
Shannon Zilka
7,826 PointsAdd your js to an html file (or just save it with the .html extension) and open it in Chrome, then go to view -> developer -> javascript console and that should show you your console.log output. I'm curious about Jim's setup now too!
julian gallegos
Courses Plus Student 1,361 PointsHi pedro, okay thanks. I'll check it out.
Shannon Zilka
7,826 PointsYou don't have to do the extra credit - they're just to help make the concepts stick in your brain
julian gallegos
Courses Plus Student 1,361 Pointsonce you get the sublime text, how do you refresh the page the show your console.log output?
Thanks for the help.
julian gallegos
Courses Plus Student 1,361 PointsI have a mac by the way
julian gallegos
Courses Plus Student 1,361 Pointsthanks Shannon!
I didn't catch the step about saving the file as a .html file in the lessons for some reason.
The lessons are so much easier to follow after I was able to figure this out. Plus I didn't realize that you have to save on the text editor first before refreshing on the .html file to see your code work.
Thanks again!
Grant Warren
Courses Plus Student 4,201 PointsAfter fighting with chrome and notepad ++ for waaay too long I just used Jsbin and one could use JSfiddle or the others like it too. Way easier, but less effective for adding JS to my current sites I am authoring.
Floyd Orr
11,723 PointsThank you for telling me about Jsbin.
Andres Morales
10,634 PointsI've recently found out about atom.io which is a great text editor for programmers, and it´s free!
N alway
23,524 PointsYou could get LiveReload for sublime text with the package manager. https://sublime.wbond.net/packages/LiveReload
Zach Meissner
1,347 PointsI'd like to add Brackets as well. Super flexible and has some great themes.
Matt Varner
5,373 PointsI'm pretty sure that in the first video in this course, he mentioned that he was inputting into TextMate, a text editor for the Mac. I use SublimeText 2. Love it...but alas...no Mac.
Edit: Ahh, yep. Found it. Second video..."Writing Your First Program."