We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Repro:
a.dart
class A { static const a = 1; }
main.dart
import 'a.dart'; void foo(A a) {} void bar() { A.a; }
On foo parameter, I can use the Go to Imports command, but not inside bar.
foo
Go to Imports
bar
I'll work on this.
CC @DanTup
Continued work for #56584.