vote up 8 vote down star
4

What is a good light weight JavaScript IDE?

I don't care too much for the one built into VS because it seams lacking.

I've been using 1st JavaScript Editor Pro as a alternative for working with JavaScript but I wanted to see if there is any thing else out there that is better and light weight.

flag

Great questions I have all sorts of issue with VS would love an alternative – Josh Dec 15 '08 at 14:26
I use vim (it takes a while to learn) – some Dec 15 '08 at 14:44

7 Answers

vote up 3 vote down check

I use free Komodo Edit — lightweight yet customizable.

link|flag
+1 for Komodo Edit. I've just started using this one but I really like how it shows you strict warnings right on the page. – Dana Robinson Feb 7 at 18:20
???confused??? The OP asked for an IDE. Komodo Edit is not an IDE, only an editor. Komodo IDE is available (though not free) – Jason S Mar 20 at 14:00
Now I am confused. How does it matter? Komodo Edit supports projects and practically all major things of the paid version. It doesn't support debugging of JavaScript (the paid version can do that only with Firefox --- browser-specific debuggers are better), and "team development" --- use VCS. – Eugene Lazutkin Mar 23 at 15:38
vote up 1 vote down

Aptana - may be its not very lightweight, but definitely the best. And free.

link|flag
Aptana is a good JavaScript editor but most of the time it just seams like over kill. – Superdumbell Dec 15 '08 at 14:29
by "light weight" something that I can paste in some java script and debug with out having too much over head. – Superdumbell Dec 15 '08 at 14:33
I liked some of its features but I found it to be a little flaky on Windows. It also takes a LONG time to fire up on my machine. – Dana Robinson Feb 7 at 18:19
vote up 0 vote down

Eclipse with the webtools plugin. Not exactly lightweight, but definitely the best.

link|flag
vote up 4 vote down

Notepad++ is a great lightweight text editor that includes support for JavaScript and many many other languages. It's simple, customizable, free, open-source, and gets the job done.

link|flag
+1 for Notepad++. I really like this editor, both as a quick source code editor and notepad replacement. – Dana Robinson Feb 7 at 18:19
vote up 0 vote down

Zeus has support for the JavaScript language. It is highly configurable and packed full of programming features yet it remains fast loading and responsive. So it still runs and feels like a lightweight. You can even write Zeus macro scripts using JavaScript.

alt text

link|flag
vote up 0 vote down

I agree with maxnk. Aptana Studio is awesome

link|flag
vote up 0 vote down

Aptana Studio is great but SO EXTREMELY(sic) SLOW sometimes! I was using Aptana but I am now searching for an alternative too, as I can't stand its sluggishness any longer!

link|flag

Your Answer

Get an OpenID
or

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