Skip to content
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

Improve explicit fields completion in constructor #1322

Open
4 tasks done
MangelMaxime opened this issue Oct 19, 2024 · 0 comments
Open
4 tasks done

Improve explicit fields completion in constructor #1322

MangelMaxime opened this issue Oct 19, 2024 · 0 comments

Comments

@MangelMaxime
Copy link
Contributor

Details

type Attributes2() =
    member val FieldId: string = "" with get, set
    member val Label: string = "" with get, set

let x =
    Attributes2(FieldId = "")

Trying to fill the explicit fields between the parentheses is difficult unless you already know what you are looking for.

If you don't fill anything, nothing is proposed but once you start typing La and request a new list then Label is suggested. It would be nice, if explicit fields where always suggested and if possible at the top of the list in this situation because abs, acos functions is probably not what the user is looking for.

CleanShot.2024-10-19.at.17.55.45.mp4

Checklist

  • I have looked through existing issues to make sure that this feature has not been requested before
  • I have provided a descriptive title for this issue
  • I am aware that even valid feature requests may be rejected if they do not align with the project's goals
  • I or my company would be willing to contribute this feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant