FsAutoComplete icon indicating copy to clipboard operation
FsAutoComplete copied to clipboard

Property setters are not suggested when in a constructor - they should be!

Open baronfel opened this issue 5 months ago • 0 comments

Details

Here's an example from working on stream today:

Image

Here, I'm trying to set the AllowNonPublicInvocation boolean property, but it's not even part of the suggestion list. It should

a) be part of the suggestion list, b) be weighted much higher than any arbitrary type/ambiently-visible members

Checklist

  • [x] I have looked through existing issues to make sure that this feature has not been requested before
  • [x] I have provided a descriptive title for this issue
  • [x] I am aware that even valid feature requests may be rejected if they do not align with the project's goals
  • [x] I or my company would be willing to contribute this feature

baronfel avatar Sep 14 '25 21:09 baronfel