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 trialDale Olsen
1,138 PointsWhat free text editor did Guil recommend in an earlier video? I can't seem to find it again.. thanks
Exactly what my title says....
9 Answers
Charles Loges IV
8,022 Pointsit has been a while since i saw the course but it was most likely Sublime text http://www.sublimetext.com/3
Alec Plummer
15,181 PointsCheck out Brackets as well, its free and has some pretty awesome functionality built right in. http://brackets.io/
Viki Pattanaik
6,314 PointsBrackets is my go-to editor for web projects. HTML, CSS, PHP, Javascript etc. The latest version of Brackets even allows you to directly import website designs using Extracts from a PSD file. Great for folks who wireframe and design their site ideas first on Photoshop and then convert it to code. Plugins range in the thousands for brackets for almost every programming or styling language as well as other purposes.
Charles Loges IV
8,022 PointsThanks I use that once in awhile Have you tried Atom it looks alot like sublime, It is built on HTML, CSS , and JS as well as being open source it is made to be customized. https://atom.io/
Antonio Bellu
2,701 Points+1 for Atom which is open source (free) and has a lot of potential. Will try Brackets too, thanks!
Dale Olsen
1,138 PointsThanks man, I'll check into that one.
Charles Loges IV
8,022 PointsNo problem, make sure to install Package Manager to make it easier to add features and functionality to you liking. if need help here is a you tube link https://www.youtube.com/watch?v=ioRbV7fQkdU
Mohammad Ferooz Ahad
358 Pointsi use brackets, there is some nice themes and some nice extensions for it !!!
Daniel Jaquez
2,430 PointsI'm pretty sure he didn't recommend any specific one although he said he uses Atom, but i believe he mentions sublime and VS Editor as well
Victor Rebello
2,322 PointsI guess he mentioned using atom or sublimetext or Visual Studio..However, i use Brackets and recommend you give it a try. Happy coding!