I'm planning to start learning jQuery (among other things), so I'm looking for a good Javascript editor that can preferably provide some of the following features:

  • Syntax coloring
  • Contextual help for standard JS functions, jQuery functions and possibly custom ones
  • Some code completion
  • (optional) JS debugging

Is there such an editor out here? Or anything that comes close to this?

link|improve this question

Cheers! Good question. – Brian Jun 8 '09 at 21:23
10  
WebStorm from www.jetbrains.com is excellent for JavaScript, because it supports ECMAScript 5, understands JsDoc perfectly (inheritance and all). It's the only IDE that actually does that. jQuery is not a problem for it, it has offline documentation support and lots of things you can't even dream of. – rFactor May 1 '11 at 18:20
1  
i use netbeans for java,j2ee development. I also use it for jquery. It provides syntax coloring , code completion etc. Just follow netbeans.org/kb/docs/web/js-toolkits-jquery.html – Abi Aug 29 '11 at 9:42
>>> this is a very nice tool as well for beautifying JavaScript and HTML: jsbeautifier.org – MacGyver Apr 29 at 9:52
feedback

closed as not constructive by Will Aug 30 '11 at 13:14

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

25 Answers

up vote 130 down vote accepted

Take a look at Aptana you can install it as a standalone IDE or plug it into eclipse if you are using or thinking about using that.

It seems to have all what your looking for, and has plugins for the debugging and more.

It also has an adobe air plugin which I love and am playing with at the moment. It allows you to create JS based air apps quite quickly.

It has support for all the main JS libraries built in and is a nice tool. Its worth taking a look.

Failing that take a look at eclipse it has a host of plugins (including aptana)

Good Luck, Paul

link|improve this answer
30  
Dont forget if you are going to use Aptana to write jQuery to enable the jQuery Code Assist (Aptana: Window->Preferences->Aptana->Editors->JavaScript->Code Assist-><Check jQuery> – Brian Jun 9 '09 at 18:24
8  
Aptana 2.0 sucks big time (it's full of bugs and has dropped a lot of good features). I've used the 1.5 version with joy, but since the upgrade I'm looking for a replacement. – Alex Ciminian Jan 19 '10 at 10:31
16  
Aptana stopped fully supporting their own IDE about half a year after it became available. From what I can tell they have like two developers on staff. I paid for the Pro edition just to see x64 support so I could start using the thing, and then when they fixed it they dropped the commercial Pro version and rolled it all into the free version. I cannot express how disgusted I am with these guys. – stimpy77 Jan 21 '10 at 20:34
8  
it's very slow to load – Jitendra Vyas Jan 27 '10 at 10:31
3  
I used Aptana when it first came out for a solid year or so. It was slow, but worked pretty good. Things have not improved. It's still SUPER slow and loads of other issues. It's not really improved or supported anymore, you can clearly tell there is no passionate developers behind the product anymore. I highly suggest people look elsewhere. – Sembiance Dec 16 '10 at 22:00
show 3 more comments
feedback

Jetbrains (makers of the IntelliJ Java IDE) have a new IDE for HTML/CSS/Javascript editing called Webstorm. It has support for multiple libraries, including jQuery. Has all the features you want, and then some more like refactoring and SCM integration. Commercial software with 45-day trial, but Personal license is only $39 until 1 Sept 2010.

link|improve this answer
I'm using intellij idea (same thing but with support for more languages) and I highly recommend it for PHP or Java development. It's not free but it's worth its money. Really great integration of all technologies: javascript, css, html, php, etc. and really smart optimizations in your workflow of coding. – AlfaTeK Mar 15 '11 at 15:37
1  
+1 for this, within 5 minutes of downloading this does exactly what I want. Understands full OOP JS. – Duncan Apr 29 '11 at 23:20
2  
It's better than aptana. Because it comes from Jetbrains( big company = more support = more updates = will never stop to developing new versions etc. ) – LostInLib Feb 16 at 15:37
feedback

have a look at ixedit, You will love it. http://www.ixedit.com/ It is the best for jquery

link|improve this answer
1  
WOW!!! Thanks for posting that link, I'm giving it a spin now. – Pop Catalin Sep 11 '09 at 12:03
7  
totally AMAZING!!! – Jay Stevens Dec 29 '09 at 17:08
1  
Good Lord how great is that!! :D – Dal Jun 1 '10 at 8:44
1  
Just trying this out. Is it any good in the long term ? Looks quite novel and useful ... ? – NimChimpsky Jul 9 '10 at 10:02
2  
I done everything described in ixedit.com/userguide/#startusingixedit (Placing and loading the required files) but couldn't yet boot ixedit... Is it enough to include that code in html page (in head element) and at next load of page, ixedit would appear??? – Nemanja Vujacic Jan 21 at 12:04
show 2 more comments
feedback

(This is a cross-question post)

Netbeans

I've tried out all of the editors mentioned and my vote goes for Netbeans, which has already been mentioned. However the answer didn't really sell you on the features which you can find here.

It has:

  • Intellisense including jQuery built in
  • Extended (Eclipse-style) documentation for functions
  • Function and field outlining
  • Function and code folding/collapsing
  • Refactoring

It makes Visual Studio 2010's Javascript support look very primitive.

Netbeans

It also has very good (again, far better than VS2010) HTML and CSS support:

Netbeans html

link|improve this answer
13  
Visual Studio 2010's Javascript support is very primitive. :) – bzlm Nov 11 '10 at 14:45
1  
I am using both JQuery/JS in it but I want some thing better than this, should I install some of its plugin? – Hafiz Mar 13 '11 at 13:08
I have also tried lots of the IDE's and Netbeans is the best, not only for JS but as well as PHP and many others. – Damian Aug 2 '11 at 23:27
Tried Aptana Studio 2 and 3. It was kind of slow, and had confusing and sometimes wrong code completion. Then I tried out Visual Studio and it was terrible. Then had a look on IDEA Community Edition. Still wasn't good enough (I guess commercial version would be better). Moreover, IDEA's interface isn't really user friendly - too much features and menus (reminded me KDE..)! Then I tried NetBeans and was really surprised! Clean interface, code completion and lots of good features. Also has JSLint plugin, which came handy because I am just a beginner in JavaScript world. – ashagi Jan 26 at 10:04
However, NetBeans has a flow (or maybe I haven't googled enough) - no project templates for JavaScript + CSS + HTML projects. So I ended up using PHP project setup. – ashagi Jan 26 at 10:06
feedback

Visual Studio 2008 has Javascript intellisense, code coloring, automatic formatting, and debugging - right now (you don't need to wait for the next version when Microsoft officially starts supporting jQuery). I'm assuming the free Visual Web Developer 2008 supports all this as well.

To enable jQuery intellisense (the MS term for code completion), just follow the instructions here: jQuery IntelliSense in Visual Studio 2008.

link|improve this answer
15  
meh, it is far from outstanding, even in 2010 beta 2. Try getting intellisense inside (function($){/*here*/})(jQuery) block some day. Or inside callback. Maybe if your code is always in global scope.. – Alexander Abramov Nov 24 '09 at 22:42
9  
I agree with Alexander. I'm on this page specifically because jQuery support is so poor within VS2008 – Jess Dec 3 '09 at 1:44
1  
Just a side note, Visual Studio also has intellisense support for mootools code.google.com/p/mootoolsintellisense – Jay Zeng Jan 26 '10 at 21:10
2  
In RC there have been some drastic improvements and a few subtle features regarding context/scope that are pretty amazing. – Sky Sanders Mar 20 '10 at 19:44
3  
To add intellisense for jQuery just put /// <reference path="jquery-1.4.1-vsdoc.js" /> at the top of your script file (assuming jquery-1.4.1-vsdoc.js is in the same folder) – Chris S Mar 13 '11 at 21:49
show 1 more comment
feedback

Cloud9 IDE

There is also Cloud9 IDE, an on-line, development-as-a-service environment for dynamic languages. Among other things it offers:

  • Realtime code validation for Javascript.
  • Run and Debug your Javascript Application
  • Social and collaboration features
link|improve this answer
This is the biggest piece of s**t IDE Ive seen. Spent the last 10 minutes trying to create a file and edit it, it does nothing. Great UI, if only it worked. – Dal Apr 13 at 17:14
Yeah. The idea is promising. But it was hopelessly broken the last time I gave it a try. I wish they would at least give us a list of platforms and browsers that have been tested to work. – Steven Lu Apr 28 at 21:10
feedback

KomodoEdit would be a good choice.It has built-in code assist for Jquery. You can also install Jquery Library Extension, if you want to use Jquery in Komodo extensions/macros.

KomodoEdit: http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml

Jquery Library Extension: http://community.activestate.com/xpi/jquery

link|improve this answer
feedback

You can also try Jetbrains WebIDE. http://www.jetbrains.com/webide/index.html . Its free while in beta. IMHO its far better than eclipse based IDEs like Aptana.

link|improve this answer
3  
I believe this has now been renamed WebStorm – Daniel Honig Jun 9 '10 at 2:42
feedback

I recently discovered Sublime Text 2. http://www.sublimetext.com/

It's super fast, slick, very customatizable and run on OSX, Windows and Linux.

It is also compatible with TextMate bundles and templates, so you can download one of many jQuery bundles on the net, for example https://github.com/kswedberg/jquery-tmbundle

I was a fan of e-Texteditor, but once I used this awesome piece of software, I've never open e again.

It's still in beta but definitely worth a try!

link|improve this answer
feedback

I use SPKET (http://spket.com/). You can get it both as a standalone IDE or as an eclipse plugin.

link|improve this answer
feedback

I'm not sure if it fulfills all of your desires, but I believe there is a jQuery bundle for TextMate.

link|improve this answer
feedback

I'm not sure if it fulfills all of your desires, but I believe there is a jQuery bundle for TextMate.

That bundle also works fine with e-texteditor (which is a clone of textmate - better than original!).

And to answer to you question: I use E-texteditor with custom bundles. That's because you will never use all jquery function, so you better you use online manual (lot of examples)

link|improve this answer
feedback

Since Microsoft announced that jQuery will be bundled with future Visual Studio versions, I'd expect some sort of IDE-level support. So if you're strictly a VS developer and don't mind waiting, wait for Visual Studio 20x.

link|improve this answer
feedback

SCiTE (Scintilla Text Editor) has pretty good support, though I'm not sure if it has the libraries. However, as a coding tool it's really lightweight and awesome - I use it fulltime on the PC side, and TextMate and XCode on the Mac side.

http://www.scintilla.org/

http://scintilla.sourceforge.net/ScintillaDownload.html

link|improve this answer
feedback

The new version of Zend Studio (6.1) has improved javascript support. If you also program PHP it might be of interest, otherwise I wouldn't bother.

link|improve this answer
feedback

PhpEd is probably the best for PHP. Komodo is probably with the widest support. Aptana requires JAVA virtual machine, which I hate, but if you don't care you may find it very good, especially that it's free. Of course, Eclipse is a good choice, same "problem", if you go with free and you have to chose between Aptana and Eclipse, Eclipse is better and you can get the first as plugin for the second.

Anyway, I think the answer comes to a matter of getting used with sometihng. All have their pluses and minues, working with one of them is the only way you will find them.

JQuery you said... than I think Eclipse. Also a nice IDE, nice for beginners, comes from codelobster. The thing I like is that it has a plugin for Wordpress (in fact for several other applications, including what you've asked: JQuery), but these are paid.

link|improve this answer
feedback

I can only recommend netbeans. It comes out of the box with all you need to be up and running instantly. It also has a full jQuery-Support with syntax highlighting, syntax checking, code completion including documentation and examples.

This resource should also be interesting for you: http://netbeans.org/kb/docs/web/js-toolkits-jquery.html

link|improve this answer
I totally agree with this answer. – Sayem Ahmed Mar 6 '11 at 17:44
feedback

A few I would recommend you try below. I use all of these for editing JavaScript in different circumstances.

Geany is a lightweight desktop editor, great for working offline.

Akshell is browser based IDE and platform, great for when you need to generate something on the server or plug into an API; in the same vein as Cloud9.

There's also jsFiddle.net, which is a browser based editor for editing front end code, shows you live preview of your results.

Disclosure: I'm helping out Akshell

link|improve this answer
+1 for Geany. Good editor if I didn't have Emacs. – JasonFruit Apr 13 at 21:49
feedback

how about this? http://wiki.netbeans.org/JavaScript#New_File_Templates

link|improve this answer
feedback

Visual Studio 2010 Ultimate is the best IDE for jQuery....

link|improve this answer
feedback

ixedit looks very interesting http://www.ixedit.com/

link|improve this answer
Thanks, but it's already posted stackoverflow.com/questions/209126/… – Pop Catalin Sep 9 '10 at 8:15
feedback

There is a great IDE for ExtJs javasript framework called Ext Designer. Look at this link what is it capable for. Ineed just like this IDE but for jquery. Anyone knows about it?

link|improve this answer
feedback

I agree that Cloud 9 is a very nice IDE. It connects to your GitHub account and is cloud based so all you need it a device with a browser to use it. Here is a nice write up on NetTuts+: Why Cloud9 Deserves your Attention

link|improve this answer
+1 for Cloud9 - brilliant and can be self-hosted as well as on-line. – Alistair77 May 7 '11 at 12:55
feedback

For those of you on a mac, you have a couple of great choices :

  1. XCode
  2. Netbeans, although I tend to prefer it's Windows counterpart
  3. TextMate
  4. Coda ... Which is by far my IDE of choice for Web-related development
  5. Espresso, which is also a really good web-oriented IDE

Web aside, Netbeans is my favourite IDE. Nowhere else can you get an IDE that polished for free... Some people say Eclipse is the only way to go, but in all honesty I never liked Eclipse.

I like 4 and 5 most because they really are web-oriented IDEs, so you get a ton of useful features out of the box. The big counterpart is that they aren't free... But IMHO Coda is worth every dollar.

You can get jQuery support in Coda via this plugin : jQuery Syntax Mode plugin

link|improve this answer
feedback

Take a look at VJET from Ebay developers which is available under Eclipse marketplace as a plugin. So you can converge all most all web development IDE needs to Eclipse.

link|improve this answer
feedback

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