T O P I C R E V I E W |
tim.dahmen |
Posted - Feb 24 2015 : 02:02:52 AM There should be a refactoring command "Move All Implementations To Source File" for C++. This command would be particularly usefull for a workflow consisting of first writing down the interface and then filling in the implementation. I regularly use this approach in situations where I feel writing the interface in one go helps to create good API designs.
An alternative approach to implement this could be to extent the existing command "Move Implementations To Source File" to work on block selections. |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Feb 24 2015 : 4:26:36 PM You can already do this, simply place the caret into the class name, and then trigger "Move Method Implementations to Source File...". This produces a dialog box, allowing you to select which class members you want to move to the cpp file. |
|
|