Completion should suggest enum values first #40347
Labels
analyzer-completion
Issues with the analysis server's code completion feature
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
P3
A lower priority bug or feature request
type-enhancement
A request for a change that isn't a bug
The current completion is problematic with flutter, wich uses a lot of enums as parameters. Check this code:
In the example above I would have to press the down arrow at elast 5 times to get the to the enums that I should be passing as parameter.
(And you can see that it is suggesting the
build
method,context
andfalse
wich makes no sense at all!!)Is that a intended behavior?
The text was updated successfully, but these errors were encountered: