Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 495
nathan Avatar asked Jul 17 '10 00:07

nathan


2 Answers

jEdit is about what you want. Take a look at the plugins available.

So far, it seems there has only been talk about integrating node.js debugging with Google Chrome. But that may be exactly your answer if it happens.

like image 172
user287424 Avatar answered Oct 11 '22 10:10

user287424


If you don't mind to pay a price, I advice Jetbrains WebStorm.

Recently purchased a license myself (it's not that expensive) and am very happy with it. Before I used Eclipse and Aptana, but seriously, WebStorm IS quality.

Not sure if I am currently breaking a rule by linking to a commercial product, but it IS an awnser ;)

like image 25
BGerrissen Avatar answered Oct 11 '22 10:10

BGerrissen