Achilles
Achilles

Reputation: 11299

How can I create my own vsdoc.js file for my JavaScript?

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

Upvotes: 7

Views: 2223

Answers (1)

SLaks
SLaks

Reputation: 887375

Just create the same functions and objects that are in the library, but add XML comments to them.

Upvotes: 8

Related Questions