C++ Project Template
OverviewA lightweight extension to provide additional C++ project features. It works with C/C++ and CMake Tools to provide the following features: Create C++ ProjectsYou can create CMake, Win32 (Windows only), SDL, Meson, and Qt (requires Qt Core) projects.
Create CMake ProjectsYou can create C, C++, CUDA projects in
Flexible choice of C/C++ language standardsYou can select a suitable C/C++ language standard when creating a project.
The version you selected will be written in
Create C/C++ fileWhen you open a folder, you can create C/C++ specific files, like class, enum, interface, it will automatically generate some code in the file, like:
vcpkg integrateIf you select vcpkg.json file operationThe right-menu of
Integrate to CMakeIt will integrate the vcpkg toolchain to cmake toolchain, by writing the configuration to the current workspace settings.
Add a DependencyThis extension will show a list of the current available vcpkg ports, you can search a port, and click to install, it will also ask if you want to add port to cmake file.
Requirements
|






