This is a VS Code extension created purely for myself to easily generate C++ projects. It was simpler than just using settings and served as a basic learning experience.
- Quickly generate a new C++ project with a predefined structure.
- Customize the project name and location.
- Install the extension.
- Open the command palette (
Ctrl+Shift+P). - Run
cpp-project-generator.createProject. - Follow the prompts to create your project.