Quick Assist for super in extension methods #45821
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-quick-fix
Issues with analysis server (quick) fixes
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
It frequently happens that I add another final variable to a class like:
In this case I helpfully get a quick assist to create:
If I however also have an extension class, I have an error as super only provides
a
and notb
.In this case I have an error but currently no Quick Assist. It would be helpful to have a quick assist that creates:
The text was updated successfully, but these errors were encountered: