A VS Code extension to quickly generate starter C or C++ projects using CMake.
It sets up a standard project structure with src/, include/, .vscode configs, and helpful defaults.
Features
Generate new C or C++ projects from scratch
Preconfigured CMake setup
Example main.c or main.cpp
.editorconfig, .clang-format, .gitignore, .gitattributes included
vcpkg integration ready
Usage
Open an empty folder in VS Code
Press Ctrl+Shift+P and run "C/C++ Project Generator: Create C Project" or "Create C++ Project"