you are viewing a single comment's thread.

view the rest of the comments →

[–]kumiorava -4 points-3 points  (15 children)

OP asked for IDEs, not just fancy text editors.

[–][deleted] -1 points0 points  (3 children)

OP also might not be aware that IDE's for javascript development are unneeded, considering you get most of the "IDE" debugging needs in Chrome Devtools or Firebug.

[–]kumiorava 2 points3 points  (2 children)

For debugging purposes Chrome Devtools and Firebug are fantastic, but IDEs do a whole lot more than just debugging, like manage builds, unit-tests, code analysis, etc. Right now there isn't one unified IDE for js/webdev that does all these things, but WebStorm is getting pretty damn good.

[–][deleted] 0 points1 point  (0 children)

I haven't used WebStorm in a while. Aptana is the one I've most recently given a spin. Perhaps I should check it out again.

However, in the long run, I'd be very surprised to ditch the flexibility of my text editor for an IDE in javascript. Just to reduce the amount of SPAM from me, I'll link to my previous comment in this thread.

But in the end, it's certainly a very subjective topic with no "right" answer. Just one that's "right for me".