dart-lang / sdk

The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
10.28k stars 1.58k forks source link

"Go to Imports" command returns prefixed imports when invoked on a non-prefix element #59584

Open DanTup opened 17 hours ago

DanTup commented 17 hours ago

If I invoke "Go to Imports" on Future on line 6, I get all imports returned, including those with prefixes that are unrelated.

image

FMorschel commented 16 hours ago

I'll look into this. Nice catch!

FMorschel commented 16 hours ago

https://dart-review.googlesource.com/c/sdk/+/397000