views:

1010

answers:

4

Best text editor for debugging jquery code or creating jquery plugin

A: 
Jonathan Sampson
+3  A: 

You could try Aptana it's an IDE for web technologies, not just javascript but Ruby on rails, html, css, and php

It is recognized by several javascript framework providers such as jquery and prototype

http://aptana.com/studio

Peter
don't forget python (which includes django and app engine)
Jiaaro
+1  A: 

There's a jQuery version providing nice intellisense for Visual Studio.

http://code.google.com/p/jqueryjs/downloads/detail?name=jquery-1.3.2-vsdoc2.js

l3dx
+3  A: 

Personally, I'd be lost without Firebug. It's not specific to jQuery, but it's indispensible in debugging javascript. For me, this is a much bigger factor than the editor in which you write the code.

inkedmn