简体   繁体   English

Visual Studio 2012 ExtJS IntelliSense

[英]Visual Studio 2012 ExtJS IntelliSense

Is there a way to get ExtJS intelliSense in Visual Studio 2012? 有没有办法在Visual Studio 2012中获得ExtJS智能感知? This combined with the new JavaScript support would make my ExtJS projects much easier to code. 结合新的JavaScript支持将使我的ExtJS项目更容易编码。

Adding reference path to ext-all within your js file will provide support. 在js文件中添加ext-all的引用路径将提供支持。 Specifically, using the ext-all-debug-w-comments provides supporting comments provided by sencha. 具体来说,使用ext-all-debug-w-comments提供了sencha提供的支持注释。

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM