Dartlight icon indicating copy to clipboard operation
Dartlight copied to clipboard

Goto symbol doesn't work

Open safield opened this issue 5 years ago • 0 comments

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.

safield avatar Dec 28 '19 18:12 safield