Dartlight
Dartlight copied to clipboard
Goto symbol doesn't work
Goto symbol is not working (ctrl+r).
It is returning all instances of the string, instead of returning results that include only class and method declarations.
Observe the following dart file
When I type the string "Move" it should only return methods and the class declaration for the class Move.