Skip to content

Releases: kimlimjustin/vscode-jsdoc-generator

Version 0.0.3

21 Sep 14:58
Compare
Choose a tag to compare

Changes:

  • Fix generate JSDoc does not work when the function is on the first line of the file bug (ac7bc9a) (#5)
  • Add shortcut for JSDoc Generator (Alt + J) (d268f06)

Version 0.0.2

30 Aug 10:00
Compare
Choose a tag to compare

Changes:

  • Update existing JSDoc instead of creating it if already exists. (82082b1) (#4)
  • Class documenting (3fa8848) (#1)
  • Remove default @returns for constructors (6729723) (#3)

Version 0.0.1

24 Jun 14:09
Compare
Choose a tag to compare

The first version of VSCode JSDoc Generator. In this version, users are able to run the Generate JSDoc command directly from VSCode Command Pallete (Ctrl+Shift+P).
demo

Installation Guide: download the attachment below and run the following command:

code --install-extension jsdoc-generator-0.0.1.vsix