本文介绍了Visual Studio 2012 ExtJS 智能感知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
有没有办法在 Visual Studio 2012 中获得 ExtJS 智能感知?这与新的 JavaScript 支持相结合将使我的 ExtJS 项目更容易编码.
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.
推荐答案
在 js 文件中添加 ext-all 的引用路径将提供支持.具体来说,使用 ext-all-debug-w-comments 提供了 sencha 提供的支持注释.
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" />
这篇关于Visual Studio 2012 ExtJS 智能感知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!