0.6.0 • Published 3 years ago

coc-docthis v0.6.0

Weekly downloads
12
License
MIT
Repository
github
Last release
3 years ago

coc-docthis

JSDoc extension for coc.nvim that generates detailed JSDoc comments for TypeScript/JavaScript files, fork from vscode-docthis.

Install

:CocInstall coc-docthis

Commands

  • docthis.documentThis: generate document at current position

Configurations

configurationdescriptiondefault
docthis.returnsTag@returns tagtrue
docthis.includeAuthorTagadd the @author tagfalse
docthis.authorNamewhen docthis.includeAuthorTag, will add @author tag with this value''
docthis.includeDateTagadd the @date tag in YYYY-MM-DD formatfalse
docthis.dateTagFormatset date formatYYYY-MM-DD
docthis.includeTypestype information is added to comment tagstrue
docthis.includeMemberOfOnClassMembersmemberOf information is added to comment tags on class memberstrue
docthis.includeMemberOfOnInterfaceMembersmemberOf information is added to comment tags on interface memberstrue
docthis.includeDescriptionTagJSDoc comments for functions and methods will include @descriptionfalse
docthis.enableHungarianNotationEvaluationhungarian notation will be used as a type hintfalse
docthis.inferTypesFromNamesuse names of params & methods as type hintsfalse
docthis.includeExtraLineAfterDescriptionadd empty line after description and before other tagstrue

License

MIT


This extension is created by create-coc-extension

0.6.0

3 years ago

0.5.0

3 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.0

4 years ago

0.2.0

4 years ago

0.1.0

4 years ago