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?
JSDoc comments should generally be placed immediately before the code being documented. Each comment must start with a /** sequence in order to be recognized by the JSDoc parser. Comments beginning with /* , /*** , or more than 3 stars will be ignored.
Visual Studio 1.10 is now able to generate JSDoc comments.
Just type /**
above the function
See Also:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With