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

Russell Sawyer
seal-mask
.a{fill-rule:evenodd;}techdegree
Russell Sawyer
Front End Web Development Techdegree Student 15,705 Points

Is there a text editor, other than workspaces, that you recommend?

Workspaces is great and it's relatively easy to use, but I'm interested in downloading a text editor that I can use that has the same functionality for offline use. I will be using it for HTML, CSS, and JavaScript.

What are some that you have seen? Which one do you use?

Thanks

Russell

5 Answers

Jason Anders
MOD
Jason Anders
Treehouse Moderator 145,858 Points

I used Sublime for a while, but recently switched to Atom, and I've kind of stayed with it. I like how customizable it is.

:dizzy:

Russell Sawyer
seal-mask
.a{fill-rule:evenodd;}techdegree
Russell Sawyer
Front End Web Development Techdegree Student 15,705 Points

Thanks Jason,

I downloaded Atom and it looks great. The one thing I can't figure out is how to preview the project. I know I'm missing something simple.

Thanks

Jason Anders
Jason Anders
Treehouse Moderator 145,858 Points

Local editors are not like Workspaces. There is no way to preview directly from the editor (no preview button). Although, Brackets does has a live preview, I did not like the way it functioned.

Now previewing does depend on which language you are working in. If it's just HTML / CSS / JS, you would just open the index.html file from your desktop folder in a browser. I only use Macs, so I would navigate to where the file is saved and right-click and "open with" (I use Chrome).

Make sure any changes made in the editor are saved, and then all you need to do is refresh the browser window.

If it's a Backend Language (eg. Ruby, PHP, etc) then previewing is a whole course in itself.

:)

Jeremiah Allen
Jeremiah Allen
14,627 Points

I personally have been using brackets and really like it. It's a great free option. You can always try out others and see what you prefer.

Tom Checkley
Tom Checkley
25,165 Points

Sublime is my weapon of choice, as for previewing I highly recommend using either grunt or gulp in your projects and using browser sync as part of your work flow. There are some great tutorials on here how to use them. You'll never look back!