davidderaedt / annotate-extension

Brackets extension to generate JSDoc annotations
MIT License
18 stars 13 forks source link

Generate JSDoc after typing /** #28

Open wjapp-dev opened 10 years ago

wjapp-dev commented 10 years ago

A feature of my current editor, WebStorm, is that if I type /\ and hit enter just before the start of a function it generates the JSDoc info.

I find this very useful because, there is no need to break my workflow by going to the menu, and no need to remember yet another obscure shortcut to invoke the annotator :)

Wikunia commented 9 years ago

Hi @wjapp-dev ! Unfortunately there is no further development :/ That's why I build my own extension for that where I provide the /** Check it out ;) https://github.com/Wikunia/brackets-FuncDocr