#requirejs-intellisense
If you are using RequireJS, include this file to get Visual Studio Intellisense completion for your AMD modules.
Place require.intellisense.js next to your require.js file to enable the magic.
Be sure to keep the file named require.intellisense.js, otherwise it will not work.
To try it out:
- clone this repo
- copy require.intellisense.js to the test directory
- open up the test directory as part of a Visual Studio project.