vote up 2 vote down star
2

Are there any good recommendations anyone can provide for a good Javascript editor on Windows?

I currently use combinations of FireBug and TextPad but would hate to miss out on the party if there are better options out there.

Thanks.

flag

7 Answers

vote up 3 vote down check

In case you're a .Net programmer: VS 2008 has pretty great JS support including intellisense on dynamically added methods/properties and comfortable debugging.

link|flag
vote up 5 vote down

I know jsight already mentioned this, but Aptana Studio really is a great, free editor for JavaScript if you find yourself doing a lot of work with it - it has great support for most of the well-known libraries. If it were not for the fact that I work with C# in addition to JavaScript, I would use Aptana for all of my work.

link|flag
vote up 3 vote down

I use NotePad++ and am happy (of course, that is when I am not using Visual Studio).

NotePad++ contains support for intellisense type feature as well.

link|flag
vote up 2 vote down

The best that I've ever used is Netbeans, although its kind of heavyweight for some tasks due to being a fullblown multi-language IDE (not just Javascript). I've also had pretty good experiences with Aptana IDE, though, and I hear that IntelliJ is good if you don't mind paying the price.

link|flag
vote up 1 vote down

The Zeus editor has support for Java Script.

It has the stock standard set of features like code folding and syntax highlighting features etc, but more importantly Zeus is fully scriptable and Zeus scripts can be written in Java Script.

link|flag
vote up 0 vote down

Editra may be worth a look, the code colouring isn't bad, and I believe it has plugins to enable script execution.. Although I have not used this myself.

link|flag
vote up 0 vote down

If you are using eclipse, then I would recomend JSEclipse

link|flag

Your Answer

Get an OpenID
or

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