I noticed that struct fields are no longer suggested when asking the IDE for available field names in the initial value:
It does however suggest field names of functions... so as an experiment, I flipped the order of the overloads, having the plain value form first, initializer second:
And it fixed the issue:
It would be great to add regression tests for this using attest
I noticed that struct fields are no longer suggested when asking the IDE for available field names in the initial value:
It does however suggest field names of functions... so as an experiment, I flipped the order of the overloads, having the plain value form first, initializer second:
And it fixed the issue:
It would be great to add regression tests for this using
attest