Is there a way to generate JSDoc comments in Visual Studio Code

I really like "Document This".

Installation

Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.
ext install docthis

https://marketplace.visualstudio.com/items?itemName=oouo-diogo-perdigao.docthis

It has some nice features like adding doc blocks to an entire file.


Visual Studio 1.10 is now able to generate JSDoc comments.

Just type /** above the function

enter image description here

See Also:

  • VS Code Docs > Languages > Javascript > JSDoc Support
  • VS Code February 2017 Release Notes > Auto JSDoc Comments