C/C++ project with vscode, CMake
nvdungx.github.io › vscode-cmakeAug 01, 2021 · Windows . You can get MS visual studio code compiler cl here, it’s come with IDE though; Or you can get MingGW-g++, it’s pretty old but yeah; Linux or Windows Subsystem for Linux . Should come with pre-install gnu-g++, you could test with type g++ --version to check. If it’s not installed, then sudo apt install g++ should do the job; 2. VsCode extensions
CMake projects in Visual Studio | Microsoft Docs
docs.microsoft.com › en-us › cppFeb 15, 2022 · Visual Studio runs CMake and generates the CMake cache file (CMakeCache.txt) for the default configuration. The CMake command line is displayed in the Output Window, along with other output from CMake. In the background, Visual Studio starts to index the source files to enable IntelliSense, browsing information, refactoring, and so on.