The Dart SDK, including the VM, JS and Wasm compilers, analysis, core libraries, and more.
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
If I invoke "Go to Imports" on
Future
on line 6, I get all imports returned, including those with prefixes that are unrelated.