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

Development Tools

What are all of the different categories of development tools for web development that I should know?

I am new to coding. I am currently in the Front-End Web Development Techdegree. I hope to one day become Full Stack but first, I need to know what text editors are out there, IDE's, Compilers, debug gets, etc.

1 Answer

For coding for the web, I recommend:

Pros:

  • Atom - Hackable; suits pretty much any language; tons and tons of plugins/themes
  • Sublime Text - Very fast; very popular; even more themes/plugins than Atom
  • Brackets - Designed for building websites easily
  • WebStorm - The JetBrains IDE for the Web; very, very powerful

Cons:

  • Atom - Slow startup
  • Sublime Text - Pricey ($70)
  • Brackets - Slow-ish, only for Web
  • WebStorm - Overwhelming with features; hard to get used to; also expensive

My personal favorite editor is Sublime Text, but it is a bit pricey. It, however, is one of the fastest and most amazing editors I've ever used (and believe me, I've tried dozens of editors)