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

醉酒当歌 提交于 2019-12-08 17:30:19

问题


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


回答1:


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



来源:https://stackoverflow.com/questions/6267134/how-can-i-create-my-own-vsdoc-js-file-for-my-javascript

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!