Skip to content

control-click on 'var' should navigate directly to the definition #2535

@bsutton

Description

@bsutton

If I perform a 'ctrl-click' on a type such as:

Widget aWigglyWidget;

Then dart-code takes me to the library for the Widget type.

If I perform a 'ctrl-click' on a var such as:

var aWigglyWidget = getAWidget();

Then dart-code opens a code lense.
I both cases I want to be taken to the dart library for Widget.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions