2

In Reshaper, there is a tool to move implementation from .h to .cpp easily (with a few click).

Is there any way to move the implementation from .cpp to .h easily? (The opposite way)
I am a bit tired of ctrl+c ctrl+v the source.

I expect a solution in form of a short instruction about Visual Studio 2015 shortcut/hotkey, resharper, visual assistX, or (less preferable) some plugins.

javaLover
  • 6,347
  • 2
  • 22
  • 67

1 Answers1

2

Visual Assist has a command called "Move Implementation to Header File" and is documented here.

sean e
  • 11,792
  • 3
  • 44
  • 56