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
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...