davidderaedt / annotate-extension

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

Support for functions added to prototype #16

Closed robso86 closed 10 years ago

robso86 commented 10 years ago

Hi

I have been using the annotate plugin for a while but really needed to add comments to functions added to the prototype such as:

aFunction.prototype.extraFunction = function (param1, param2){ }

This is the code I have been using to achieve this. Cheers, Rob