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

General Discussion

Jeffrey Bulman
PLUS
Jeffrey Bulman
Courses Plus Student 1,747 Points

Yet another code editor post.

In terms of code editors, is it a case of use whats best for you ? Coming from a music industry background, it usually was that case unless you were working for a label in which case you would use the top end software and hardware, which is pretty much the ultimate in terms of music production. Is there a top end code editor ? Is there software that seasoned coders use ? I know and have used sublime text, not really feeling the setting up part of most code editors like it, i just want to jump in and start coding similar to how treehouse's workspaces editor. I have also used Dreamweaver and i am not to keen on it.

3 Answers

Hey Jeffrey!

There is no best code editor or IDE (Integrated Development Environment) because it is all just personal preference. There are more popular editors but whether one is better than the other just relies on your opinion.

It also depends what language you are looking to write in. Some text editors such as Sublime Text allow you to write code in any language as it contains syntax highlighting for many many languages. However, some other editors such as Eclipse are focused on a certain language or set of languages.

-Luke

Torger Angeltveit
Torger Angeltveit
11,228 Points

there is no better code editor then others, it just depending on what you personally prefer. I like Notepadd++ So simple and clean.

James Barnett
James Barnett
39,199 Points

I'd suggest if you don't like Sublime then check out http://codio.io it's an Cloud IDE that is similar to Treehouse's Workspaces. If you are looking for something to run on your computer check out http:// brackets.io

Also, Atom is a pretty nice text editor! It is open source and supports lots of useful add ons. On top of that, it's totally free!