Visual Studio 2012 ExtJS IntelliSense

前端 未结 1 921
滥情空心
滥情空心 2021-02-03 15:40

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条回答
  • 2021-02-03 15:58

    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" />
    
    0 讨论(0)
提交回复
热议问题