Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Ctrl-click navigation is not possible for enum type but possible for enum members #383

Closed
@ancwrd1

Description

@ancwrd1

Consider the following example:

enum MyEnum { Foo }

fn main() {
    let v = MyEnum::Foo;
}

When pressing Ctrl and hovering mouse over MyEnum::Foo it is possible to go to Foo definition but not MyEnum definition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions