up vote 2 down vote favorite
1
share [g+] share [fb]

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?

link|improve this question

67% accept rate
feedback

closed as not constructive by casperOne Jan 19 at 22:11

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.

3 Answers

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

link|improve this answer
feedback

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

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

link|improve this answer
I used that about a year ago and it acted incredibly unstable. The only version of it allowed on the project was a couple of years old. But when I looked into things on the web, the technology almost seemed moribund and abandoned at the time. Has it gotten rolling again? – JohnnySoftware Feb 19 '11 at 2:10
feedback

JetBrains makes a tool called WebStorm which comes highly recommended:

http://www.jetbrains.com/webstorm/

If you're working in the J2EE world, you can can these features integrated with IDEA, which is their Java IDE.

link|improve this answer
feedback

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