amir9480 / vscode-cpp-helper

vscode extension to create implementation for c++ function prototypes.
https://marketplace.visualstudio.com/items?itemName=amiralizadeh9480.cpp-helper
MIT License
355 stars 31 forks source link

[Feature Request] Move Implementation to Source File #50

Open scottmudge opened 2 years ago

scottmudge commented 2 years ago

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?