Create C++ projects, compile, and run programs directly from the VSCode interface with a simple click.
- You must have
make
installed on your computer. See instructions - For Windows, install
mingw
. See instructions - For Linux, install
gcc
. See instructions - For macOS, install
clang or gcc
. See instructions
After installing the extension, click on the heart symbol 🩷 located in the lower right corner to create a C++ project structure, Use the play symbol to compile and run the program.
Refer to CHANGELOG for detailed release notes.