Skip to content
| Marketplace
Sign in
Visual Studio>Tools>DocStubsJs2017
DocStubsJs2017

DocStubsJs2017

Michael Obermeyer

|
4,256 installs
| (2) | Free
This is a simple extension that auto-generates documentation comment stubs for JavaScript and TypeScript.
Download

This extension's goal is to provide a simple way to add documentation to JavaScript and TypeScript by adding comment stubs after typing in the opening of a new documentation comment.

The extension will auto-complete summary tags, parameters, and optionally return tags after typing a "///" on the first line inside a function's body for vsdoc comments.

Here are some nice references for the basic syntax of vsdocs: 

  • http://weblogs.asp.net/bleroy/archive/2007/04/23/the-format-for-javascript-doc-comments.aspx
  • http://msdn.microsoft.com/en-us/library/hh524453.aspx

For JSDoc comments, parameter tags will be added as well as a return tag after typing "/**" on the line above a function header.

Type decoration will be added to TypeScript parameters in function comments when the types have been included in the function header.

This extension can be installed for Visual Studio 2012-2015 here.

This extension can be installed for Visual Studio 2010 SP1 here.

 

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft