"part of" declarations do not support file links #3970
Labels
in editor
Relates to code editing or language features
in lsp/analysis server
Something to be fixed in the Dart analysis server
is bug
Milestone
Is your feature request related to a problem? Please describe.
Most declarations that reference other files (ex.
import
,part
) support command-clicking the path to jump to that file. This currently does not work forpart of
. This is even weirder since it's supported inpart
, so you can nav to the part, but not back from it.Describe the solution you'd like
Cmd-clicking the path (ex. "file_name.dart" below) in a
part of
statement should jump to that file.part of 'file_name.dart'
The text was updated successfully, but these errors were encountered: