Add comments to Enum fields #97
Description
Hello, first thanks a lot for this plugin, really useful at no cost, great stuff !
However in when getting completion and associated documentation strings in an editor, Enum
fields do not have their associated comment. The comment presented is always the one for
the root Enum
type name (eg. enum Channel {}
).
I would gladly fix this if I could, but I don't quite have the time to get into the codebase, and it
seems to be quite specialized stuff. At the same time I feel that this won't take long to fix (having
written console applications, I might have a sixth sense for this), and this is why I'd like to request
this feature.
I will be immensely grateful for this, as for a project I rely on Enum
fields that have important associated
documentation comments, which are absolutely paramount to users that will edit those files.
Thanks a lot for any news !