Closed
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>...}