extjs IDE for faster development

两盒软妹~` 提交于 2019-12-21 17:17:08

问题


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?


回答1:


There is an Aptana plugin (Eclipse based plugin for Aptana IDE).. I have not used it though. May be you can give it a try.

You can get the plugin from Sencha forum - Link: http://www.sencha.com/forum/showthread.php?89417-3.X.X-Aptana-plugin




回答2:


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.




回答3:


i use eclipse and spket plugin...
spket also support other js framework, like jquery, prototype, YUI, etc

Miha Trtnik. have a good article to that. http://www.webeks.net/extjs/eclipse-javascript-plugin-ext-js.html




回答4:


If you are simply looking for code completion spket and aptana studio are the way to go.



来源:https://stackoverflow.com/questions/5280983/extjs-ide-for-faster-development

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!