C++ Project manager
An extension that simplifies the proccess of creating and managing C++ projects, configures them and deals with the CMake side of things for you.
Features
New Project
New Class
Rescan and add "c"/"cpp" files with include directories to CMakeLists.txt.
Type "C++: Configure" in the command pallette.
Run Exe
Right click and select "C++: Run" to launch
Requirements
- 'code' added to PATH
- vscode 1.62.0+
- Make sure to open a project workspace for the extension to work
- CMake Tools extension
Code can be added to path by opening the command pallette (Cmd + Shift + P) and typing "Shell Command: Install 'code' command to PATH"
LICENSE
This extension follows the MIT license
Known Issues
Please report your issues at: C++ Project Manager Github Page
Release Notes
1.1.0
- Fixed Windows support and cross compatibility
- Changed Run to use CMakeTools
| |