Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

extjs IDE for faster development

Tags:

extjs

Is there a good IDE available for extjs development? So that you do not need to refer to API to see which events/methods are supported by a object?

like image 423
Victor Avatar asked Nov 14 '22 01:11

Victor


1 Answers

There are plugins for Eclipse, Spiket IDE and Aptana that will do code-suggest. However, you should always refer to the API as there may be cases where nuances to the functionality can be understood. There are often in-depth examples of how the code must be implemented to work correctly.

like image 161
It Grunt Avatar answered Dec 14 '22 23:12

It Grunt