franzbischoff / cpp-skeleton

automated cpp-skeleton creation from matching hpp file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cpp-skeleton

Features

Automatic implementations at .cpp files creation giving the matching .hpp files.

The file has to start with an upper-case letter, making it a class .cpp file.

oops something went wrong, try to check on https://raw.githubusercontent.com/ldedier/cpp-skeleton/master/medias/cppGif.gif

Extension Settings

Specify these configurations in User Settings :

{
  "cpp-skeleton.headerCommandId": string, //a vscode command ID to execute before the skeleton creation
  "cpp-skeleton.generateSettersAndGetters": boolean, // automatic implementations of getters and setters
}

Commands

You can execute these commands by acceding to the execute console (cmd + shift + P)

Add missing methods

oops something went wrong, try to check on https://raw.githubusercontent.com/ldedier/cpp-skeleton/master/medias/cppGif2.gif

Checks for methods present in the .hpp file that are not implemented and add them to the current .cpp file

Clear as new skeleton

Clear your .cpp file and rebuild the skeleton from the matching .hpp file

License

MIT

About

automated cpp-skeleton creation from matching hpp file

License:MIT License


Languages

Language:TypeScript 100.0%