andrekosak / vscode-docthis

JSDoc generator extension for Visual Studio Code.

Home Page:https://goo.gl/HV3L4M

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Paypal Donations

Document This

"Document This" is a Visual Studio Code extension that automatically generates detailed JSDoc comments for both TypeScript and JavaScript files.

Demo

Tags

Supports JSDoc and Closure Compiler tags: @class, @description, @enum, @export, @function, @implements, @interface, @param, @private, @returns, @static, @template, @type, @memberOf and @date.

Commands

Document This

Ctrl+Alt+D and again Ctrl+Alt+D

Generates documentation for whatever the caret is on or inside of.

Trace TypeScript Syntax Node

Prints info about the node ancestry at a given caret position.

Thank you for using Document This!

About

JSDoc generator extension for Visual Studio Code.

https://goo.gl/HV3L4M

License:MIT License


Languages

Language:TypeScript 100.0%