C++ Class Canonical Form Builder - VSCode Extension (Beta)This Visual Studio Code extension helps you quickly generate C++ classes in their canonical form by automatically creating the header and cpp files. Depending on the complexity level you choose, it also generates accessor methods (getters and setters) for the attributes in your class. Features
CommandTo invoke the extension, use the following command in the VSCode command palette:
This command triggers the generation process. Attribute Syntax (Beta)In this beta release, attribute declarations must follow a specific syntax to ensure proper class generation. The supported syntax for declaring attributes is: Examples:
Limitations in Beta
Future EnhancementsIn future releases, we plan to support:
|