C/C++ for Visual Studio CodeRepository | Issues | Documentation | Code SamplesThe C/C++ extension adds language support for C/C++ to Visual Studio Code, including editing (IntelliSense) and debugging features. Pre-requisitesC++ is a compiled language meaning your program's source code must be translated (compiled) before it can be run on your computer. VS Code is first and foremost an editor, and relies on command-line tools to do much of the development workflow. The C/C++ extension does not include a C++ compiler or debugger. You will need to install these tools or use those already installed on your computer.
Here is a list of compilers and architectures per platform officially supported by the extension. These are reflected by the available IntelliSense modes from the extension's IntelliSense configuration. Note that support for other compilers may be limited.
For more information about installing the required tools or setting up the extension, please follow the tutorials below.
Overview and tutorialsC/C++ extension tutorials per compiler and platform
Quick links
Questions and feedbackFAQs
Provide feedback
Known issues
Quick survey
ContributionContributions are always welcome. Please see our contributing guide for more details. Microsoft Open Source Code of ConductThis project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments. Data and telemetryThis extension collects usage data and sends it to Microsoft to help improve our products and services. Collection of telemetry is controlled via the same setting provided by Visual Studio Code: |