Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>VS Code C++ class generation toolNew to Visual Studio Code? Get it now.

VS Code C++ class generation tool

k4li

|
213 installs
| (1) | Free
Generate files for C++ class
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

cpp-class-generator README

Explorer -> RMB on folder -> Generate files for C++ class

Found a bug? Create issue on github

Contributions are welcome

Extension settings variables:

{userName} - cpp-class-generator.user.name or system username

{date} - current date

{copyright} - cpp-class-generator.project.copyright

{namespaceStart} - namespace start is namespace NamespaceName {

{namespaceEnd} - namespace end is } // NamespaceName

{namespaceTab} - automatic namespace content tabulation. If there is no namespace, no tab will be added

{className} - specified class name

{headerFileName} - specified name with header extension

Current version - [v1.0.0] - 05.11.2022 (Release 🥳)

Added

  • cpp-class-generator.templates.default-file-scheme config parameter

  • "Default" option in generated files scheme pick

Changed

  • Refactored code

  • Template parameters are now arrays of strings

Fixed

  • Issue#7

  • Icon display

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft