"Go to Imports" command returns prefixed imports when invoked on a non-prefix element #59584
Labels
analyzer-lsp
Issues with analysis server's support of Language Server Protocol
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
type-bug
Incorrect behavior (everything from a crash to more subtle misbehavior)
If I invoke "Go to Imports" on
Future
on line 6, I get all imports returned, including those with prefixes that are unrelated.The text was updated successfully, but these errors were encountered: