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 trialKartik Shetty
4,914 PointsIDE for web development
Can someone recommend me an IDE for web developement?
7 Answers
Matt Williams
14,582 PointsHey Kartik, my recommendation would be to use Atom by Github. I used to swear by Sublime Text until I tried out Atom, they're both incredibly good editors that are usually pitted against each other in the "Best Code Editor" blog posts around the web. Try them both out, we all have our own preferences :)
Jakub Golan
Courses Plus Student 28,393 PointsHey Kartik depends if you are looking for an IDE or just an editor. As Matt wrote for editors probably the best options are Atom or Sublime Text and Visual Studio isn't half bad either. As far as an IDE goes, I think the best one out there right now would be WebStorm by JetBrains, which is targeted specifically at HTML, CSS, JS web development and then they have other IDEs for PHP, Ruby, Java, Swift etc.
Darin Thompson
5,305 PointsLearn VIM. Once you get over the initial learning curve you'll realize that there is nothing better.
Mayur Pande
Courses Plus Student 11,711 PointsI used to use vim for php, but then since learning js I haven't used it once, do you think it is worth using for js as well? If so do you use any plugins?
Darin Thompson
5,305 PointsWow, I am so sorry. I don't know how I didn't see the reply to this. I do use it for JS. In fact that's what I was learning when I learned Vim. As for plugins...I would check out Vim Awesome and see if anything there fits your fancy. Cheers and sorry again for the astronomical lateness in a reply.
Kartik Shetty
4,914 PointsThanks a ton Matt!
Lars Reimann
11,816 PointsVisual Studio Code is also worth a look.
docgunthrop
12,445 PointsIf you're looking for a web-based IDE, you can try out jsfiddle or jsbin (primarily for Javascript).
Giovanny Hernandez
Full Stack JavaScript Techdegree Student 8,773 Pointsto expand on web-based IDEs I would highly recommend codepen.
Kartik Shetty
4,914 PointsKartik Shetty
4,914 PointsHi Matt, I am finding trouble with treehouse workspace while doing my track in JS. I wanted to know how do i test my code locally?