BigBahss / vscode-cmantic

C/C++ code generation for VS Code: Generate Definitions, Getters, Setters, and much more.
https://bigbahss.github.io/vscode-cmantic/
MIT License
84 stars 9 forks source link

Move Implementations from Class header to source file #37

Open UtsavTrivedi16 opened 3 years ago

UtsavTrivedi16 commented 3 years ago

Hello BigBahss,

This tool saved me a lot of pain, but how about if one can right click on a class and move all implementations from header to source file directly instead of clicking one at a time? I tried using multiple cursors but the action is only applied to the first cursor.

Something like this: in Visual Studio: https://docs.wholetomato.com/default.asp?W684

Thanks,

Utsav

BigBahss commented 3 years ago

Glad to hear that you've found the tool useful! Thank you for the feedback.

I think this sounds like a good idea, and would match up nicely with the ability to generate multiple implementations at once. I'll look into adding this feature.