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!
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
Jared Watkins
10,756 PointsWhich IDE or text editor would you use to professionally write CSS and HTML?
I like Treehouse's Workspaces, but what would you use outside of Treehouse?
6 Answers

Jacob Mishkin
23,117 PointsI think it's just a personal preference. Coda, Sublime Text are solid. As for something a little different but still solid, I'd say check out Atom its a solid text editor. Solid open source packages, themes, ect. They are all pretty much the same just little differences.

rydavim
18,811 PointsI'm personally fond of Coda, which is designed with languages used to code for the web in mind. Note that Coda is an OS X program only.
I know lots of people like Sublime Text as well, but I don't have any personal experience with it. I have heard only good things though. You can use Sublime Text on OS X, Windows, and Ubuntu.
So I would recommend checking out one of those. :)

Johnson Cheung
11,514 PointsSublime Text 3

Luke Pettway
16,591 PointsI use Sublime Text 3 for the majority of my front-end development needs. Packages I use include a color highlighter for CSS colors codes, Emmet (a must have) which gives me a fast way to create things by doing this ul>li*5, HTMLPrettify, and numerous Linters/language completers/auto-suggestions.

Kevin Korte
28,147 PointsSublime 3, Atom, or Cloud9
Just depends on my mood.

Jared Watkins
10,756 PointsThank you all for your excellent input! I really appreciate it!