How can I create a vsdoc.js file for an existing JavaScript library that will provide intellisense detail inside of Visual Studio 2010?
相关问题
- Is there a limit to how many levels you can nest i
- How to toggle on Order in ReactJS
- void before promise syntax
- Keeping track of variable instances
- Can php detect if javascript is on or not?
Just create the same functions and objects that are in the library, but add XML comments to them.