vote up 18 vote down star
9

I'm planing 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 and editor out here? or any that come close to this?

flag

Cheers! Good question. – Brian Jun 8 at 21:23

11 Answers

vote up 25 vote down check

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. www.aptana.com

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|flag
1  
A very good suggestion, thank you! – Pop Catalin Oct 16 '08 at 16:05
3  
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 at 18:24
vote up 13 vote down

Visual Studio 2008 has excellent 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 outstanding jQuery intellisense (the MS term for code completion), just follow the instructions here: jQuery IntelliSense in Visual Studio 2008.

link|flag
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 at 22:42
vote up 3 vote down

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|flag
vote up 2 vote down

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

link|flag
WOW!!! Thanks for posting that link, I'm giving it a spin now. – Pop Catalin Sep 11 at 12:03
vote up 1 vote down

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

link|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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|flag
vote up 1 vote down

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

link|flag

Your Answer

Get an OpenID
or

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