After reading http://www.pragprog.com/magazines/2010-03/javascript-its-not-just-for-browsers-any-more im wondering which is the best IDE to develop server-side javascript applications?

I want a nice development environment with commonjs and node etc. Preferebly windows but anything is interesting really. Is there any IDE with some nifty refactoring tools, maybe some intellisense-like function, etc etc.. Or is it notepad++ ftw?

link|improve this question

65% accept rate
feedback

1 Answer

up vote 5 down vote accepted

I use Aptana 1.5 its very similar to eclipse which I use @ my work every day

link|improve this answer
1 vote for saying what I was going to say :-) though aptana studio 2.0 is even better – plodder Mar 25 '10 at 18:56
Does Aptana actually have navigation/code assist that works? When I looked at it, it couldn't look inside functions. Since many frameworks are using self-executing anonymous functions, being unable to look inside them is a serious limitation – Sean McMillan Jun 17 '10 at 20:32
@Sean McMillan yes it does have home navigation and code assist – ant Jun 21 '10 at 8:46
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.