T O P I C R E V I E W |
tschm |
Posted - Dec 11 2017 : 07:42:28 AM An option to quickly remove a method in a header file and its implementation. The uses of this method can be replaced in a similar manner as in "Change Signature" (replacing it with TODO or a user define source code).
Why? 1.) It's the opposite of "Create Implementation". I guess, this only make sense to add it. 2.) To remove the method in the header and then go to the implementation and remove it there is tedious and interrupts the workflow |
2 L A T E S T R E P L I E S (Newest First) |
accord |
Posted - Dec 11 2017 : 8:13:32 PM Inserting code to the call sites is also planned via
case=1493
It would be something like the opposite of Extract Method. We're not sure about the name yet. Maybe "Inline Method"? |
feline |
Posted - Dec 11 2017 : 1:34:34 PM A good description of why this would be helpful. This is something we are looking to add to VA's list of refactoring commands:
case=1101 |