IDE for ECMAScript-262 with in IDE execution / debugging for node.js/V8

Viewed 3540

I currently use Eclipse as my IDE for other languages and I'm rather used to not having to leave the IDE for anything - however I'm really struggling to find the same or a similar setup for pure ECMAScript-262.

To clarify, I am not looking for DOM support, jquery, HTML or anything like that, preferably just an IDE with ECMAScript-262 support (pref node.js) built in (debugging not important) so that I can simply run my code in the IDE.

Any ideas?

ps: please don't suggest aptana.

3 Answers
Related