Code completion doesn't suggest enum values when imported aliased #56056
Labels
analyzer-completion
Issues with the analysis server's code completion feature
analyzer-completion-correctness
analyzer-server
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P2
A bug or feature request we're likely to work on
triage-automation
See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot.
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
When writing this:
enum.dart
main.dart
This happens:
If you remove the alias it works just fine.
Dart info:
The text was updated successfully, but these errors were encountered: