T O P I C R E V I E W |
ikku100 |
Posted - May 10 2016 : 12:13:56 PM Wouldn't it be wonderful if we could move many (all?) implementations out of headers into the source file, with one click?
When I am cleaning up header files I often need to move many definitions out of the header and currently that means shift-right clicking on each, selecting to move it, then ctrl-tabbing back to do the next. I can use keys but it doesn't make it faster. It feels like a simple enough task to automate and it would be really helpful if it would be there! |
1 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - May 11 2016 : 11:20:14 AM If you place the caret into the class name, you can then trigger the command:
Move Method Implementations to Source File
this will present you with a dialog listing all of the class members that can be moved, with check boxes, so you can indicate which methods you want to move. |
|
|