views:

760

answers:

10

what do people use when working with complicated framework - dojo , jquery etc

vs2008 plus ie has nice debugging

plain editor plus firebug is ok

but what about intellisense, are there any editors that can deal with these complex frameworks

any other 'must have' tools

+4  A: 

You should take a look at

Aptana

rahul
A: 

Scott Gu explains how to get intellisense for JQuery inside Visual Studio 2008.

Share and enjoy :)

Dan

Daniel Elliott
totally cool for jquery - not for dojo. I suppose I just need to create the vsdoc file for dojo (unless somebody already did it?)
+1  A: 

I've heard people reference Komodo, IntelliJ IDEA as good solutions, but I've always just used Notepad++.

Glenn
A: 

I use Netbeans for all my web development. It's free, has a ton of plugins, and does everything I need it to.

Mike Trpcic
+1  A: 

Believe it or not Ruby Mine is a great IDE for Javascript. I work in a .Net shop and we use VS2008 + Rubymine and we don't do any Ruby development whatsoever.

Scott Muc
Agreed. RubyMine uses exactly the same codebase as IntelliJ IDEA for its JavaScript handling and it's the best I've come across.
Tim Down
A: 

Netbeans is good for PHP or if you do ASP.NET then VS 2008. I think both has good support for Javascript. Aptana is also good. Dreamweaver CS4 is ok, but not great.

+1  A: 

Lately I have been using Komodo Edit, a free editor.

Searching in the Tools, Add-Ons menu for Dojo should bring up a Dojo API Catalogs extension that allows for intellisense of Dojo APIs.

jrburke
A: 

I second Aptana, I use it in eclipse as a plugin.

David Zhao
A: 

Netbeans has intellsence for JavaScript and Dojo, Aptana does too. But my personal preference is Netbeans.

kls
A: 

At JetBrains we've just developed lightweight HTML/JS editor WebStorm that includes very smart JavaScript Editor. It supports jQuery, YUI, HTML5 API and allows to debug your JS right from IDE.

Alexey Korsun