-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
List fields of enum variants / structs on hover #3197
Copy link
Copy link
Open
Labels
A-hoverhover featurehover featureA-idegeneral IDE featuresgeneral IDE featuresC-enhancementCategory: enhancementCategory: enhancementE-mediumS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Description
Activity
Metadata
Metadata
Assignees
Labels
A-hoverhover featurehover featureA-idegeneral IDE featuresgeneral IDE featuresC-enhancementCategory: enhancementCategory: enhancementE-mediumS-actionableSomeone could pick this issue up and work on it right nowSomeone could pick this issue up and work on it right now
Similar to #3169, it would be quite nice if on hovering e.g., an enum variant or struct as a pattern or expression (tuple or record doesn't matter), the fields of said variant / struct would be shown. Often I feel like I have to F12 to find out what the fields are otherwise.