Completion suggestions in string interpolation shouldn't include void expressions #54682
Labels
analyzer-completion
Issues with the analysis server's code completion feature
analyzer-server
area-analyzer
Use area-analyzer for Dart analyzer issues, including the analysis server and code completion.
Results in:
other
should either not be suggested here, or if it is, it should generate a tear off. But I think it's rare to want to include a tear off in a string, so it's probably fine to just not suggest it.Tested on current
main
: cb16f98Reproduced with IJ and VSCode.
Doesn't affect 3.2 stable, where the void function is not suggested at all.
The text was updated successfully, but these errors were encountered: