"Document This" is a Visual Studio Code extension that automatically generates detailed JSDoc comments for both TypeScript and JavaScript files.
Supports JSDoc and Closure Compiler tags: @class, @description, @enum, @export, @function, @implements, @interface, @param, @private, @returns, @static, @template, @type, @memberOf and @date.
Ctrl+Alt+D
and again Ctrl+Alt+D
Generates documentation for whatever the caret is on or inside of.
Prints info about the node ancestry at a given caret position.