This extension for VisualStudio 2012+ can be found here. This extension's goal is to provide a simple way to add vsdocs to JavaScript that acts similar to other XML comments provided by Visual Studio. A comment stub is created when a triple-slash ("///") is added on a new line. Currently, the extension will add a summary to any /// comment placed immediately after a function header, and it will create parameter tags for each parameter in the function. It will also create a return tag if it finds something that is returned within the scope of the function. This extension is my first, so I am sure there are issues, but feel free to let me know of any you may find, and I will try to get to them when I can. Here is a nice reference for the basic syntax of these docs: http://weblogs.asp.net/bleroy/archive/2007/04/23/the-format-for-javascript-doc-comments.aspx Rev 1.2.2
REV 1.2.0
REV 1.1.5
REV 1.1.3
REV 1.1
|