Extension instance members highlight doesn't take the exact extension into consideration #60626
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
P2
A bug or feature request we're likely to work on
Consider this code:
Since both
foo
have the same signature (if one returned something else this doesn't happen) even though they are used separately, they all highlight together.I'm unsure how hard it would be for occurrences to take this into consideration but I think we should probably think about fixing this.
This problem persists even with named extensions and extension overrides:
The text was updated successfully, but these errors were encountered: