Highlighting prefixed element is offset #56981
Labels
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
Repro:
other.dart:
main.dart
Now when you place the cursor over
MyClassName
it does highlight every reference to it but when you have the prefix it is offset/shorter (I'm unsure if you'd like to highlight the fulli.MyClassName
or onlyMyClassName
):CC: @DanTup
The text was updated successfully, but these errors were encountered: