no code completion values after entering in a keyword #35384
Labels
analyzer-completion
Issues with the analysis server's code completion feature
analyzer-completion-correctness
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
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
When trying to complete a symbol that starts with a keyword, I get completion until I type the keyword, I get no completion once I've entered enough text to match the keyword, and I resume getting completions once I've entered more text than the keyword.
So, when trying to complete
isFooBar
, I see completion suggestions oni
; I lose them when I typeis
, and I start seeing them again onisF
.The text was updated successfully, but these errors were encountered: