0

How do I enable intellisense for Ext JS 5.0 in Visual Studio 2013?

This answer refers to a file named ext-all-debug-w-comments.js, which I don't see in the Ext JS 5.0 package I downloaded. Nor do I see the ext-all-debug-full.js mentioned here.

Community
  • 1
  • 1
Jakob Gade
  • 12,319
  • 15
  • 70
  • 118

1 Answers1

1

in ExtJS 5 its build/ext-all-debug.js

jansepke
  • 1,933
  • 2
  • 18
  • 30
  • Adding references to that file in either _references.js or in the top the javascript file where I would like intellisense to kick, doesn't work. – Jakob Gade Aug 11 '14 at 15:51