Skip to content

mohseenrm/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.

Linux OS X

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

yarn
yarn compile

Test

yarn test

Release Notes

1.2.12

Fixed bugs with ES6 Destructuring and default values

1.2.x

Migrated to TypeScript (thanks @kylelamse)

1.1.0

Added ES6 Syntax support and minor bug fixes.

1.0.0

Standard function signature support.

License

MIT

Releases

No releases published

Packages

No packages published