
This project has adopted the Microsoft Open Source Code of Conduct. Please see our contributing guide for more details. ContributionĬontributions are always welcome. Let us know what you think of the extension by taking the quick survey. If someone has already filed an issue that encompasses your feedback, please leave a 👍 or 👎 reaction on the issue to upvote or downvote it to help us prioritize the issue.

These are reflected by the available IntelliSense modes from the extension's IntelliSense configuration. Here is a list of compilers and architectures per platform officially supported by the extension.

You will need to install these tools or use those already installed on your computer. The C/C++ extension does not include a C++ compiler or debugger. VS Code is first and foremost an editor, and relies on command-line tools to do much of the development workflow. Pre-requisitesĬ++ is a compiled language meaning your program's source code must be translated (compiled) before it can be run on your computer. The C/C++ extension adds language support for C/C++ to Visual Studio Code, including editing (IntelliSense) and debugging features. C/C++ for Visual Studio Code Repository | Issues | Documentation | Code Samples
