Visual Studio Code (VS Code for short) is a free Code editor developed by Microsoft that supports Windows, Linux, and macOS operating systems. In the 2019 Stack Overflow developer Survey, VS Code is considered the most popular development environment for developers.

VsCode remote development environment compared to other IDE remote development environment, the implementation of the real remote development, on the local host (usually Windows or MAC) object is the remote machine (Linux). All modifications on the local host are directly based on remote files, getting rid of the traditional development process of local editing files, using FTP tools uploaded to the remote compiler debugging compilation, this set of tedious operations, so it is very convenient.

I will combined with your daily work experience, this article will teach you to create a smooth experience of C/C + + development environment, this configuration guide may not be comprehensive, nor detailed step by step, teach you how to configure the plug-in, these too detail work is left to you to complete, actually plug-in download page will have detailed instructions.

Many novices may feel that VsCode editing text is ok, look at the code and write code is too difficult to use, that is not to master the correct way to open

Here I just posted the use of the plug-in, the specific role can be baidu, for recording tools, not one explanation;