

Since this blog covers Linux topics, I assume that you run a Linux desktop distribution. To the point that you can code, build, run and debug your C/C++ application in Visual Studio Code. I’ll show you how easy it is to import a CMake project into Visual Studio Code. In this article I’ll share my findings with you. After finding and installing the right extensions, I was quite smitten with how well Visual Studio Code supports CMake for C/C++ development. But its support for CMake felt limited, to the point that I started looking for an alternative development environment.Īfter trying out a few (Geany, Code::Blocks, CodeLite, NetBeans, KDevelop) I eventually settled on Visual Studio Code. Usually, Eclipse with the CDT plugin is my weapon of choice. I wanted it to automatically detect the CMakeLists.txt file and prepare the build environment for me. Additionally, I wanted to use a development environment that offers good support for CMake. Last week I needed to code up a basic command-line program in C and I decided to go for CMake this time. Automatically detects the installed compiler.Not as picky when it comes to the use of spaces versus tabs.

#Download cmake linux how to
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.
