8

I started working on Ext JS, but the building process has always been a headache to me as I always used notepad..

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

user2284570
  • 2,891
  • 3
  • 26
  • 74
Prateek Raj
  • 3,966
  • 6
  • 39
  • 50
  • 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 01 '10 at 14:47
  • @PrateekRaj : Do you know questions asking for a tool or library are off-topic on Stackoverflow? – user2284570 May 08 '14 at 08:00

6 Answers6

8

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

SW4
  • 69,876
  • 20
  • 132
  • 137
1

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

0

Spket IDE is powerful toolkit for working with JavaScript Framework like extjs. You can also use Eclipse and Spket plugin for developing better javascript code. Visist http://www.spket.com/ for more details.

Bacteria
  • 8,406
  • 10
  • 50
  • 67
0

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: "Debugging" ExtJS script

Community
  • 1
  • 1
Steven de Salas
  • 20,944
  • 9
  • 74
  • 82
0

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

Jess Jacobs
  • 1,137
  • 1
  • 8
  • 19
0

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

TrojanName
  • 4,853
  • 5
  • 29
  • 41