tags:

views:

2315

answers:

10

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.

+3  A: 

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

maxnk
Aptana is a good JavaScript editor but most of the time it just seams like over kill.
Superdumbell
by "light weight" something that I can paste in some java script and debug with out having too much over head.
Superdumbell
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
+5  A: 
Eugene Lazutkin
+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
???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
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
A: 

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

adam
+7  A: 

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.

+1 for Notepad++. I really like this editor, both as a quick source code editor and notepad replacement.
Dana Robinson
A: 
jussij
A: 

I agree with maxnk. Aptana Studio is awesome

ListenToRick
A: 

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!

+1  A: 

At JetBrains we've just developed lightweight web IDE WebStorm that includes very smart JavaScript Editor with DOM-based and browser-based autocompletion.

Javascript Editor in fact is the same as in IntelliJ IDEA but the IDE itself is much easier and much cheaper too ;) Only features you need when you work with plain HTML/JS/CSS.

Alexey Korsun
A: 

I'm not sure if NetBeans counts as light weight but it's still quite a decent IDE for JS. It does not include a specific project type for JavaScript, though. You can use Ruby or PHP project to get started.

Besides JS, it offers good CSS and HTML editors as well. Nice bonus considering the usual nature of JS development. Notably the CSS editor provides nice preview functionality.

Netbeans provides native support for Mercurial. The integration is seamless. Git and co. are available as plugins.

If you happen to like vim, there's a nice plugin available that you might find interesting. With jVi you just might get the best of the both worlds. :)

bebraw
A: 

Notepad2 for me, bit lighter/quicker than ++, and easy instructions to replace windows notepad (so can run from commandline) : NotePad2

NimChimpsky