nikhilkalige / docblockr

DocBlockr is a package for Atom which is designed to make writing documentation faster and easier.
MIT License
405 stars 93 forks source link

Not generating type information for Typescript #324

Closed chriszrc closed 3 years ago

chriszrc commented 6 years ago

I'm on the latest version of Atom and docblockr (1.32.2, 0.13.7) and this is what I see:

docblocker

No matter what kind of function I try this on, I never get type information in the comment :(

MoritzKn commented 3 years ago

AFAIK this is intentional since in TypeScript the type information is already in the function signature duplicating it in the commented is not necessary.