T O P I C R E V I E W |
pocruadhlaoich |
Posted - Mar 13 2018 : 1:52:40 PM Hi, I find the "Move implementation..." functionality very useful. I sometimes find I would like to move all method implementations from header to source file. Currently this means manually calling "Move implementation..." on each method. It would be great if Visual Assist would display a dialog listing all methods and tickboxes to allow you to move many methods much faster. Thanks, Patrick |
2 L A T E S T R E P L I E S (Newest First) |
pocruadhlaoich |
Posted - Mar 14 2018 : 09:04:02 AM Oh perfect! Thanks! |
feline |
Posted - Mar 13 2018 : 3:55:04 PM If you place the caret into the class name and press Alt-Shift-Q to show the VA Refactoring Context Menu, you should be offered "Move Method Implementations to Source File..." which will show you exactly the dialog you are looking for. You can also use the menu item:
VAssistX -> Code Generation and Refactoring -> Move Method Implementations to Source File... |