feline |
Posted - Feb 09 2015 : 1:42:56 PM Place the caret into the class name, and then you can trigger the command:
VAssistX -> Refactor -> Move Method Implementations to Source File...
which will let you select which methods you want to move, all of them are selected to move by default.
The ordering is something we are looking into and working on, but it's not always a simple fix. We are hoping to have some improvements to ordering in our next version.
You can also use VA Outline to quickly and easily re-order functions in a file:
VAssistX -> Refactor -> Move Method Implementations to Source File...
|