Wikunia / brackets-FuncDocr

FuncDocr generates JS/PHPDoc annotations for your functions
101 stars 14 forks source link

Add @author with array of authors, please #71

Closed nguyentuandat closed 8 years ago

nguyentuandat commented 8 years ago

Can you add @author with array of authors name like 'John', 'Oliver',... and user can choose one when use this?

Wikunia commented 8 years ago

You mean an array inside the settings panel?

nguyentuandat commented 8 years ago

yeah :+1:

Wikunia commented 8 years ago

The normal behavior is to include only you as the author because therefore you can add your name to the function.

nguyentuandat commented 8 years ago

So, how can it auto add @author when i type /\ and Enter?

Wikunia commented 8 years ago

Interesting idea, but that has nothing to do with an array of authors, right?

nguyentuandat commented 8 years ago

That right. But if it can auto generate @author and "Author name", it'll awesome. Ex: @author: Wikunia

Thanks for your supported :)

Wikunia commented 8 years ago

I'll work on that in the next days. Thanks for the idea!

Wikunia commented 8 years ago

Hi @nguyentuandat would be great if you can check the new version ;) (Install from Url) I'll register the new version if everything works fine. Thanks again!

nguyentuandat commented 8 years ago

Thank you so much. It work. But in case the user turn off auto add @author tag, type @autho... enter :) Bug Here is @author [[Author]] but on setting panel is [[Name]]

Wikunia commented 8 years ago

Unfortunately you need to use Ctrl-Space to see the hint (sometimes). Don't know why this happens. I clarified the term inside the settings panel.