Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 1022 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 1022 Bytes

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.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