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 TypeSc
I really like "Document This".
Launch VS Code Quick Open (⌘+P), paste the following command, and press enter. ext install docthis
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.