tags:

views:

214

answers:

2

I'm new to working with the Dojo lib and want to know: what's the ultimate development environment to work on Dojo widgets with?

I'm hoping for something with at least JavaScript syntax checking, and code completion support for the standard Dojo widgets and functions.

What development environment -- whether free or purchased -- are you happiest with for such work?

+1  A: 

Aptana Studio has both syntax checking and code completion for dojo. For other ideas, please refer to this thread: JavaScript IDEs.

Maine
A: 

I use the AJAX Toolkit Framework: JavaScript Development Tools from Eclipse.

http://wiki.eclipse.org/index.php/ATF/JSDT

Simon MacDonald