fannheyward / coc-docthis

JSDoc extension for coc.nvim that generates detailed JSDoc comments for TypeScript/JavaScript files.
MIT License
15 stars 1 forks source link

Support Arrow Functions #105

Closed UltiRequiem closed 3 years ago

UltiRequiem commented 3 years ago

It would be great if this extension supports arrow functions, since they are the most used and popular way of declaring functions.

https://user-images.githubusercontent.com/71897736/120259897-6dce1680-c25a-11eb-9e70-e1d4888b521d.mp4

fannheyward commented 3 years ago

It's already supported, run :CocCommand docthis.documentThis on your arrow functions.