-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
A-hoverhover featurehover featureA-idegeneral IDE featuresgeneral IDE featuresC-featureCategory: feature requestCategory: feature requestS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-hoverhover featurehover featureA-idegeneral IDE featuresgeneral IDE featuresC-featureCategory: feature requestCategory: feature requestS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now