Skip to content

Consider having "go-to-definition" on Records redirect to the associated typedef #60992

Open
@rrousselGit

Description

@rrousselGit

Consider:

typedef Example = ({int a});

Then used as:

Example record;

record.a;

Currently, "go-to-definition" when applied on .a does nothing.

Since a typedef is associated, could we redirect to said typedef?

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-dart-modelFor issues related to conformance to the language spec in the parser, compilers or the CLI analyzer.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions