Lit it is a lightweight lazy JSDoc builder, that recognizes the function signature and generates doc strings.
UPDATE: now supports ES6 syntax.
- Move caret on the line above function
- F1 + type Lit it + hit Enter
copy and paste code in command pallette
ext install lit-it
npm i
Use the .vscode config to run the tests locally. Naviagate to debug panel and launch tests or launch extension.
Added ES6 Syntax support and minor bug fixes.
Standard function signature support.
Apache 2.0