Visual Studio 2012 ExtJS智能感知 [英] Visual Studio 2012 ExtJS IntelliSense

查看:230
本文介绍了Visual Studio 2012 ExtJS智能感知的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

有没有办法在Visual Studio 2012中获得ExtJS intelliSense?这与新的JavaScript支持相结合将使我的ExtJS项目更容易编码。

解决方案

将参考路径添加到ext-all您的js文件将提供支持。具体来说,使用ext-all-debug-w-comments提供sencha提供的支持意见。

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


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.

解决方案

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智能感知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆