Skip to content

Improve explicit fields completion in constructor #1322

@MangelMaxime

Description

@MangelMaxime

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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions