vscode-cpp-helper icon indicating copy to clipboard operation
vscode-cpp-helper copied to clipboard

[Feature Request] Move Implementation to Source File

Open scottmudge opened this issue 3 years ago • 0 comments

I use the "Move Implementation to Source File" feature of Visual Assist constantly. It basically moves whatever implementation is currently defined (if it exists) in the header to the source file, adds the necessary <Class>:: text, and so on.

Unfortunately VS Code does not have a similar functionality.

This plugin has done a lot of the legwork toward getting this feature implemented, but how difficult would it be to implement a similar functionality?

scottmudge avatar Jan 07 '22 22:01 scottmudge