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
Note: in particular, code completion will have to be modified so that:
In an enum declaration, after the name of an enum constant, optional type arguments, and then a ., completion suggests the names of the enum's constructors
In an enum declaration, after a ;, completion suggests everything that it would suggest inside a class declaration
Yes. If there is any further work that needs to be done I'd consider it a bug and I'd want a separate issue for it. In general, I think it's reasonable to close issues like this one after a feature has shipped. We probably need to be better about keeping these issues up-to-date, because they're really only useful if they help us understand what work might be gating a release, but once the feature has shipped I don't think they have any ongoing value.
This is the analysis server work for the enhanced enums feature.
For addition information, see
The following is a list of the individual features that need to be considered.
The text was updated successfully, but these errors were encountered: