Visual Studio 2012 ExtJS IntelliSense

2019-03-11 12:17发布

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条回答
Anthone
2楼-- · 2019-03-11 12:32

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" />
查看更多
登录 后发表回答