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

HTML

What is the best program to write code in?

I'm curious what the best free program to write code in is?

I think TeamTreeHouse gives a recommendation early in the instruction, but my previous computer died and I don't have the program anymore.

What OS are you using, windows or OSX? Also, what languages are you looking to program?

3 Answers

Hi Michael,

Sublime Text is used a lot lately by developers (I use it too). It is however, not free, but you can "continue" using it after the trial expires. According to the official site, "Sublime Text may be downloaded and evaluated for free, however a license must be purchased for continued use.".

There are other awesome text editors, such as;

  • Notepad++
  • Vim
  • Emacs
  • Eclipse
  • Netbeans

For PHP development, I strongly suggest PHPStorm :)

+1

PHPStrom for php, and netbeans for everything else.

Thank you guys, very helpful

Given that this question is in the HTML category I'm guessing you are interesting in writing HTML / CSS.

In that case I'd say, here are a few good free choices:

  • Notepad++ (on Windows)
  • TextWrangler (on OS X)
  • Brackets (on Both)