Extension for RecordType
doesn't auto-complete fields without this.
#60625
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
P2
A bug or feature request we're likely to work on
Consider this code:
Without
this.
in front, no completion is shown forfoo
orbar
, even though they are in scope and are valid.Also, the colouring is off on VS Code (CC @DanTup):
The text was updated successfully, but these errors were encountered: