Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>cpp skeletonNew to Visual Studio Code? Get it now.
cpp skeleton

cpp skeleton

ldedier

|
3,895 installs
| (4) | Free
Automated cpp skeleton from matching .hpp file
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

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

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft