5

Visual Studio 2012에서 ExtJS intelliSense를 구할 수있는 방법이 있습니까? 이것은 새로운 JavaScript 지원과 결합하여 ExtJS 프로젝트를 코딩하기가 훨씬 쉬워졌습니다.Visual Studio 2012 ExtJS IntelliSense

답변

7

js 파일 내의 ext-all에 대한 참조 경로를 추가하면 지원이 제공됩니다. 특히 ext-all-debug-w-comments를 사용하면 sencha가 제공하는 지원 의견을 얻을 수 있습니다.

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