Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Simple C++ Class CreatorNew to Visual Studio Code? Get it now.
Simple C++ Class Creator

Simple C++ Class Creator

andrei2699

|
1 install
| (0) | Free
This is a VS Code extension for creating C++ classes with header and implementation files
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

CppClassCreator README

This extension provides a convenient way to create C++ class files (.h and .cpp) simultaneously.

Features

Right-click on a folder in the explorer and select "Create C++ Class" from the context menu. You will be prompted to enter a class name, and the extension will generate a header file (.h) and a source file (.cpp) with basic class structure.

Requirements

No special requirements or dependencies.

Release Notes

See ChangeLog for more details

How to Build

vsce package

How to Publish

https://code.visualstudio.com/api/working-with-extensions/publishing-extension

vsce login andrei2699
vsce publish
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft