MacOS C++ Project Generator
A Visual Studio Code extension that helps you set up and run C++ projects on macOS.
Features
- Command: Create C Project
- Automatically creates a
build.py script to compile and run your .cpp files.
- Configures VS Code so you can use Ctrl+Shift+B (or Cmd+Shift+B on macOS) to build and run.
Requirements
- Python 3.8 or newer
- g++ compiler
Install via Xcode command line tools (xcode-select --install ) or Homebrew (brew install gcc ).
Extension Settings
Currently no custom settings are required.
Known Issues
- None so far. Please report issues on the GitHub repository.
Release Notes
0.0.1
- Initial release with basic C++ project generator.
Enjoy building C++ projects on macOS!
| |