7

How can I create a vsdoc.js file for an existing JavaScript library that will provide intellisense detail inside of Visual Studio 2010?

Achilles
  • 11,165
  • 9
  • 62
  • 113
  • Duplicate of http://stackoverflow.com/questions/282129/intellisense-for-ajax-and-javascript-libraries-in-visual-studio – saluce Aug 01 '12 at 14:28

1 Answers1

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