How can I create a vsdoc.js file for an existing JavaScript library that will provide intellisense detail inside of Visual Studio 2010?
Asked
Active
Viewed 2,218 times
7
-
Duplicate of http://stackoverflow.com/questions/282129/intellisense-for-ajax-and-javascript-libraries-in-visual-studio – saluce Aug 01 '12 at 14:28
1 Answers
8
Just create the same functions and objects that are in the library, but add XML comments to them.

SLaks
- 868,454
- 176
- 1,908
- 1,964