i started working on Ext JS but the building process has always been a head ache to me as i use notepad..

please suggest some tools which help me build the Ext JS applications easily....

Thank you,

link|improve this question

Have you tried Notepad++? It may not be a full-featured IDE, but it's a much better code editor than plain old Notepad. – McStretch Nov 1 '10 at 14:47
feedback

5 Answers

up vote 8 down vote accepted

Initial GUI Setup (if you're feeling lazy!)

Ext Designer

IDE for further development

Aptana Studio or CodeRun (online) or eCoder (online)

Bug testing during development

Firebug

Debugging the final layer of polish

YSlow for Firebug

link|improve this answer
Thank you..... – Prateek Raj Nov 2 '10 at 11:33
CodeRun seems to be a bit patchy, an Internal Error message keeps appearing when I try to sign up. – Steven de Salas Feb 8 at 14:56
feedback

Try Aptana Studio + Firebug. Plus a handset of each type you intend to code for.

Also, see this link for an answer to a similar question: http://stackoverflow.com/questions/4067709/debugging-extjs-script/4069980#4069980

link|improve this answer
thank you .................. – Prateek Raj Nov 2 '10 at 11:32
feedback

TextMate? It's really a matter of personal preference.

link|improve this answer
feedback

I'm usually a fan of Eclipse, but Check out PHPStorm, it has better colouring, works well with libraries and does refactoring.

link|improve this answer
feedback

I recommend Textpad - I've been using it for 12 years now.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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