so i'm using visual studio 2013 , working dojo application (specifically esri's javascript api). i've noticed when start "requiring" dojo-specific modules, can see intellisense show up, no problem:

however, if try creating/"defining" custom module use here, intellisense goes away everything: 
does know how intellisense work both dojo modules , custom modules? way can custom modules appear in intellisense reference require.intellisense.js in javascript file , exclude dojo-specific modules. appreciated.
do following >>
1) add dojo package via nuget...
2) click tools > options select text > javascript > intellisense > references
in 'reference groups', add general , implicit (web) following >>
https://ajax.googleapis.com/ajax/libs/dojo/1.10.4/dojo/dojo.js and/or dojo.js local file
it worked me...
Comments
Post a Comment