You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now enums are declared via comments, but it would be nice to attempt to retrieve them automatically, with a fallback to comment-based enums if the comments are already specified.
We briefly discussed it here which is why I'm thinking attempting might be better than plain out saying it would work in every case.
Maybe this could also be specified via config to either auto try to retrieve enums via code, or not, in which case only comments will be taken into consideration.
The text was updated successfully, but these errors were encountered:
Right now
enums
are declared via comments, but it would be nice to attempt to retrieve them automatically, with a fallback to comment-based enums if the comments are already specified.We briefly discussed it here which is why I'm thinking
attempting
might be better than plain out saying it would work in every case.Maybe this could also be specified via
config
to eitherauto
try to retrieve enums via code, or not, in which case only comments will be taken into consideration.The text was updated successfully, but these errors were encountered: