Variable override auto-complete doesn't differenciate between getter and setter #59929
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
If you have code like:
And you ask for code completion at
^
and continue writingvalue
this is the output:If you ask for something that is not in scope, it'll show on the right side what is the library that will be imported:
Could we use that place for differentiating between getter and setter?
CC @DanTup
The text was updated successfully, but these errors were encountered: