-
Notifications
You must be signed in to change notification settings - Fork 797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Suggestion: Auto-generate record fields when creating a record value #3748
Comments
In terms of UI experience, this is something offered in both VFPT and in Ionide so we could use them both as a starting point. VFPT offers some configuration options for what to put on the RHS. |
I thought about implementing this because I noticed it was in the VFPT's.
Any more requests?
Am 13.10.2017 8:13 nachm. schrieb "Isaac Abraham" <notifications@github.com
…:
In terms of UI experience, this is something offered in both VFPT and in
Ionide so we could use them both as a starting point. VFPT offers some
configuration options for what to put on the RHS.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#3748 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYPM8LKkjUuxHXHD1-xw6bFsKAB3Ev-iks5sr6hRgaJpZM4P4zLB>
.
|
Three of my colleagues would also certainly love this. |
Sounds good, OK let me see :)
Am 13.10.2017 20:52 schrieb "Christer van der Meeren" <
notifications@github.com>:
… Three of my colleagues would also certainly love this.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#3748 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AYPM8IGHVYiq4vNZEPCZudwlWE3BCZJMks5sr7FagaJpZM4P4zLB>
.
|
What about ambiguities caused by records with common field names? Can quick action/code fix menus have multiple levels, allowing you to choose the right type? I think I've seen that kind of thing in C#. |
It would be great if the IDE could generate record field labels when you create a record value.
Given this type:
When I write:
I want to be able to execute a quick action or similar so that I end up with the following:
I realize of course that this might assume one particular style of writing structs, which complicates this a bit.
On the topmost level, what I want is to not have to remember (or look up the definition) and manually type all field names all the time (nor do I want to type those I remember and wait for the IDE to tell me the rest when static analysis fails).
The text was updated successfully, but these errors were encountered: