You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't believe these options exist yet, but when auto-implementing interfaces (using the hover over interface and selecting from menu), would it be possible to have settings to:
Choose whether to add implemented methods with body or lambda ({} or =>)
Choose whether to add all methods with methods etc., or on bottom of class (potentially within a #region)
The text was updated successfully, but these errors were encountered:
Also would be great if properties from interfaces were implemented as auto-properties, not getters and setters that throw new NotImplementedException(), as I suspect auto-properties will be correct in 99% of the cases.
I don't believe these options exist yet, but when auto-implementing interfaces (using the hover over interface and selecting from menu), would it be possible to have settings to:
The text was updated successfully, but these errors were encountered: