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

CSS How to Make a Website Debugging HTML and CSS Problems How to Fix Problems with Code

Justin Molyneaux
Justin Molyneaux
13,329 Points

Can anyone suggest a free robust text editor for HTML/CSS?

I am looking for an editor that works similarly to Treehouse's workspace in how it automatically generates the end of your declarations and helps to cleanly format the code. Thank you!

SublimeText is not free, however it does have an endless trial so you can use it forever until you are ready to respectfully pay the developer for his amazing work. It's multiplatform and you'll find it very extensive as you advance your coding skills.

There's also notepad++ which i think is windows only, (correct me if I'm wrong.)

Cheers!

EDIT: Didn't see your own comment haha, you've made a great choice.

6 Answers

Hi Justin!

I have tried and would recommend all of the following.

Sublime Text comes with an unlimited trial and only the occasional popup message.

Brackets is a great text editor but should only really be used for Web Development.

Atom is a open-source text editor created by the great folks over on Github!

All of these text editors are great and I would recommend you give them all a shot in order to see which one you like the most.

Justin Molyneaux
Justin Molyneaux
13,329 Points

Thank you Luke. I also noticed that Sublime Text has options for writing in several other languages such as C#, C++, Rails, Javascript and more. It seems like this will come in handy later.

Indeed it does! Atom also allows you to write in a wide variety of different languages.

Try Brackets ( brackets.io ). It’s a simple text editor made by Adobe that actually is free. (unlike sublime)

Matt Trask
Matt Trask
10,027 Points

atom.io

Its free, has git worked in, is very customizable and pretty rad.

Justin Molyneaux
Justin Molyneaux
13,329 Points

Actually, I found the answer to my own question - http://blog.teamtreehouse.com/which-text-editor-should-i-use. It looks like Sublime Text is a good one to start out with. Thank you Nick!

Diego Osorio
Diego Osorio
5,198 Points

you can also try <a href="http://www.aptana.com/products/studio3/download.html" alt="">Aptana Studio</a> is base on Eclipse IDE... very robust and works with others languages as well...

Keith Hollis
seal-mask
.a{fill-rule:evenodd;}techdegree
Keith Hollis
Front End Web Development Techdegree Student 12,352 Points

I would highly recommend Atom and Brackets, I have used both extensively and the stand out one is definitely Atom because of the git integration.