- Notifications
You must be signed in to change notification settings - Fork0
Official repository for the Microsoft C/C++ extension for VS Code.
License
lilsunny243/vscode-cpptools
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The C/C++ extension adds language support for C/C++ to Visual Studio Code, includingediting (IntelliSense) anddebugging features.
C++ 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++ extensiondoes not include a C++ compiler or debugger. You will need to install these tools or use those already installed on your computer.
- C++ compiler pre-installed
- C++ debugger pre-installed
Here is a list of compilers and architectures per platform officially supported by the extension. These are reflected by the availableIntelliSense modes from the extension's IntelliSense configuration. Note that support for other compilers may be limited.
| Platform | Compilers | Architectures |
|---|---|---|
| Windows | MSVC, Clang, GCC | x64, x86, arm64, arm |
| Linux | Clang, GCC | x64, x86, arm64, arm |
| macOS | Clang, GCC | x64, x86, arm64 |
For more information about installing the required tools or setting up the extension, please follow the tutorials below.
C/C++ extension tutorials per compiler and platform
- Microsoft C++ compiler (MSVC) on Windows
- GCC and Mingw-w64 on Windows
- GCC on Windows Subsystem for Linux (WSL)
- GCC on Linux
- Clang on macOS
- Editing features (IntelliSense)
- IntelliSense configuration
- Enhanced colorization
- Debugging
- Debug configuration
- Enable logging for IntelliSense or debugging
FAQs
Check out the FAQs before filing a question.
Provide feedback
File questions, issues, or feature requests for the extension.
Known issues
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.
Quick survey
Let us know what you think of the extension by taking the quick survey.
Contributions are always welcome. Please see ourcontributing guide for more details.
This project has adopted theMicrosoft Open Source Code of Conduct. For more information see theCode of Conduct FAQ or contactopencode@microsoft.com with any additional questions or comments.
This 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:"telemetry.enableTelemetry". Read ourprivacy statement to learn more.
About
Official repository for the Microsoft C/C++ extension for VS Code.
Resources
License
Code of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Languages
- TypeScript87.6%
- C++7.2%
- JavaScript2.7%
- HTML2.5%