Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>CPP Class HelperNew to Visual Studio Code? Get it now.
CPP Class Helper

CPP Class Helper

pearlescen7

|
2,563 installs
| (2) | Free
An extension to create .hpp and .cpp files for a new class in the selected directories.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cpp-class-helper README

C++ Class Helper provides an easy way to create header and source files for C++ classes.

Features

  • Automatic creation of .cpp and .hpp files for a given class name
  • Boilerplate code generation
  • Context menu options for selecting src and include directories

Requirements

No extra dependencies are required.

Extension Settings

  • cpp-class-helper.srcFolderPath: Path to .cpp files.
  • cpp-class-helper.includeFolderPath: Path to .hpp files.
  • cpp-class-helper.headerFileDefaultValue: Boilerplate code for the .hpp files.
  • cpp-class-helper.sourceFileDefaultValue: Boilerplate code for the .cpp files.

Known Issues

No known issues.

Release Notes

0.0.6

Extension icon added.

0.0.5

Boilerplate code updated.

0.0.4

Error messages are updated to be more descriptive.

0.0.3

Version number fixed.

0.0.2

Description fixed.

0.0.1

Initial release of cpp-class-helper


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