Visual Studio 2012 ExtJS IntelliSense

余生颓废 提交于 2019-12-03 08:46:19

问题


Is there a way to get ExtJS intelliSense in Visual Studio 2012? This combined with the new JavaScript support would make my ExtJS projects much easier to code.


回答1:


Adding reference path to ext-all within your js file will provide support. Specifically, using the ext-all-debug-w-comments provides supporting comments provided by sencha.

/// <reference path="../../../ext/ext-all-debug-w-comments.js" />


来源:https://stackoverflow.com/questions/20155317/visual-studio-2012-extjs-intellisense

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