

Not as picky when it comes to the use of spaces versus tabs.Its syntax is easier than that of a Makefile.Over the past years, I noticed that I gravitate more towards CMake than Makefiles. When developing an application in C or C++, I build the code either with the help of a Makefile or generate the build environment automatically using CMake. To the point that you can conveniently import CMake projects into Visual Studio Code and quickly start coding, building and debugging your C/C++ application.

In this article I’ll show you how to install and configure Visual Studio Code. With the right extensions, Visual Studio Code offers excellent support for CMake projects. Developing C or C++ applications with CMake and looking for a fitting development environment? I can highly recommend Visual Studio Code for this purpose.
