Open scippio opened 6 months ago
For now I don't feel like implementing this, because common practice is to document the property itself, which is supported by vim-doge, instead of documenting all properties inside one enormous docblock on top of the class.
I'm very busy still for upcoming weeks, but I can see that it is nice to have all properties to be specified in one docblock to see everything in an instant when opening the file. Perhaps I'll implement this later on as a configurable option to enable yourself if you want this behavior.
Hi! Thanks for greate plugin!
Is possible generate some properties for classes too? Like that for laravel Eloquent model:
doge working only for methods/functions etc..