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

zerefel picture zerefel · Dec 11, 2015 · Viewed 57k times · Source

I am currently developing a NodeJS project and found out that there is no built in functionality to create JSDoc comments for functions/methods.

I am aware of the TypeScript definitions that exist but I couldn't really find anything to match what I need.

WebStorm, for example, has some pretty neat JSDoc functionalities. Can one somehow achieve a similar functionality?

Answer

Dominic picture Dominic · Mar 15, 2017

Visual Studio 1.10 is now able to generate JSDoc comments.

Just type /** above the function

enter image description here

See Also: