Visual Studio 2012 ExtJS IntelliSense
Asked Answered
B

1

5

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.

Best answered 22/11, 2013 at 22:3 Comment(0)
G
7

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" />
Gerdi answered 22/11, 2013 at 22:6 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.