FsAutoComplete
FsAutoComplete copied to clipboard
Property setters are not suggested when in a constructor - they should be!
Details
Here's an example from working on stream today:
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