

By providing step by step guideline, hopefully, this article can help C++ programmers spend as little effort as possible to start using VS Code in Linux environment.

Therefore, the purpose of this article is to help C++ programmer, like me, who want to use VS Code for C++ programming in Linux. It took me a while to figure out how to configure VS Code to work with C++ in Linux. However, most of these documents are written for the general purpose of Visual Studio Code. Microsoft has posted a lot of fantastic documents of Visual Studio Code. VS Code also becomes my favorite editor for Windows and Linux. In 2018, it has become the most popular editor.

It supports several programming languages and many features to help programmers. About a couple of years ago, Microsoft introduced a brand new cross-platform code editor called Visual Studio Code (VS Code) which is a lightweight and cross-platform version of Visual Studio. I have used many IDEs and editors to write the code for many years. As a software engineer, a great editor or IDE helps improve productivity.
