Refactoring: Implement constructor body #6787
Labels
Area-IDE
Feature Request
Resolution-Fixed
The bug has been fixed and/or the requested behavior has been implemented
Milestone
Today we have "generate constructor" where you highlight properties/fields and we offer to generate a constructor that accepts values for and populates those members, and we also have Generate Method which has custom constructor handling of assigning the parameters to fields. We should offer another variation -- the user writes an empty constructor definition and we offer to generate the backing fields and constructor body.
The only way to have it generate this boilerplate such that the constructor's parameters are in the desired order is to create a call to the to-be-generated constructor, which is not always convenient.
(From a conversation with @matthejo)
The text was updated successfully, but these errors were encountered: