Skip to content

Show resolved type when hovering over underscore #11762

@dbeckwith

Description

@dbeckwith

It would be great if when you have something like a function call foo::<_, Bar> and you hover over the _, RA would show a popup filling in the type based what it resolves to in the given context. Currently, hovering over foo shows its definition, hovering over Bar shows its definition, hovering over ::< shows the resolved types of the whole function signature, and hovering over _ shows the same. I was expecting hovering over _ to just show me its resolved type, but it shows the whole resolved type of the function, so it takes a bit longer to search through that visually and match up the type parameters to find what I'm looking for.

Metadata

Metadata

Assignees

No one assigned

    Labels

    A-hoverhover featureA-idegeneral IDE featuresC-featureCategory: feature requestS-actionableSomeone could pick this issue up and work on it right now

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions