T O P I C R E V I E W |
legalize |
Posted - Apr 01 2013 : 1:32:45 PM We have the Move Implementation to Source File refactoring.
However, all refactorings are reversable and just like there are times when the implementation in a header is getting to large and I want to move it to the source file for single translation unit compilation, there are also times when an implementation is so simple (one-line getter) that I want to move that implementation from the source file to the header file.
Any time VA X lets me perform a refactoring from A->B, I should also be able to apply the inverse refactoring to go from B->A at a later date, i.e. long after I've closed Visual Studio and Undo simply isn't going to work. |
2 L A T E S T R E P L I E S (Newest First) |
sean |
Posted - Jul 18 2016 : 10:53:23 PM case=10239 is implemented in build 2107. |
feline |
Posted - Apr 02 2013 : 10:24:44 AM A good thought, we are considering adding this refactoring command at some stage:
case=10239 |
|
|