Skip to content

kylelamse/lit-it

 
 

Repository files navigation

Lit it

Lit it is a lightweight lazy JSDoc builder, that recognizes the function signature and generates doc strings.

Demo

UPDATE: now supports ES6 syntax.

How to Use?

  1. Move caret on the line above function
  2. F1 + type Lit it + hit Enter

Installation

copy and paste code in command pallette

ext install lit-it

Development

Build

npm i

Test

Use the .vscode config to run the tests locally. Naviagate to debug panel and launch tests or launch extension.

Release Notes

1.1.0

Added ES6 Syntax support and minor bug fixes.

1.0.0

Standard function signature support.

License

Apache 2.0

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%