[analysis server] Refactor/quick fix to replace all usages of typedef with represented type #52846
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-refactoring
Issues with analysis server refactorings
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
I've had a few times where I started with a typedef for ease of writing or thinking it would be useful, but later determined it wasn't worth it or just added extra confusion.
It would be useful if there was a code action to convert all usages of the typedef to the represented type. This could or could not remove the typedef declaration as well.
The text was updated successfully, but these errors were encountered: