T O P I C R E V I E W |
Assunta Becker DDS |
Posted - Sep 18 2019 : 3:13:08 PM Hello
How to move multiple methods to header file?

|
3 L A T E S T R E P L I E S (Newest First) |
feline |
Posted - Sep 20 2019 : 3:49:05 PM For now, if you are doing this a lot, you can map a keyboard shortcut key to the:
VAssistX.RefactorMoveImplementationToHeaderFile
command in the IDE options dialog, keyboard settings. This will allow you to trigger the command directly on the function name. Also you can use Alt-Shift-Q to open the refactoring context menu when the caret is in the function name. If you are more mouse focused, you can set the VA context menu to appear on different mouse clicks in the VA Options dialog, on the Mouse page.
Both context menus will give you direct access to any refactoring commands that can be triggered on the current symbol. |
Assunta Becker DDS |
Posted - Sep 20 2019 : 11:12:55 AM Okay, thanks. |
feline |
Posted - Sep 20 2019 : 08:12:51 AM Unfortunately you cannot do this yet, but we are looking into the idea of selecting several, or even all, methods in a file using VA Outline, and then triggering the move implementation refactoring command on all of them in one go:
case=7787 |
|
|