-
-
Notifications
You must be signed in to change notification settings - Fork 399
Closed
Labels
type: enhancementNew feature or requestNew feature or request
Description
Is your enhancement request related to a problem? Please describe.
Record wildcards implicitly bind the record field names. We can use inlay hints to display that information explicitly, and triggering it could insert an explicit binding for the field.
Describe the solution you'd like
f Foo{...}
becomes
f Foo{<hint>bar,</hint><hint>baz,</hint>...}
Metadata
Metadata
Assignees
Labels
type: enhancementNew feature or requestNew feature or request