javascript - Dojo Custom Module Intellisense in VS 2013 -


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:

enter image description here

however, if try creating/"defining" custom module use here, intellisense goes away everything: enter image description here

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