Releases: kimlimjustin/vscode-jsdoc-generator
Releases · kimlimjustin/vscode-jsdoc-generator
Version 0.0.3
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
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
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
).
Installation Guide: download the attachment below and run the following command:
code --install-extension jsdoc-generator-0.0.1.vsix