vscode-cpptools/Extension
Andoni Morales Alastruey 62614d8fa8 Bump lldb-mi commit hash
Fix #6874
2023-11-06 10:04:33 -08:00
..
.scripts force module to node16 for ts-node (#11468) 2023-09-26 11:40:51 -07:00
.vscode Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
assets Revert "Refactored the params into DefaultClient as static members" 2020-09-04 16:27:00 +05:30
bin Update language server loc strings (#11445) 2023-09-25 17:29:54 -07:00
i18n [Auto] Localization - Translated Strings (#11118) 2023-08-03 12:08:50 -07:00
notices Revert "Refactored the params into DefaultClient as static members" 2020-09-04 16:27:00 +05:30
src Extract to function (#11467) 2023-10-11 17:27:36 -07:00
test Increase timeout for E2E tests (#11516) 2023-10-09 16:12:47 -07:00
tools Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
ui Fix loading UI (#11486) 2023-09-29 13:06:38 -07:00
walkthrough Compiler acquisition (#11286) 2023-09-13 11:54:29 -07:00
.eslintignore Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
.eslintrc.js Make `yarn` tasks imply `yarn install` where appropriate (#11394) 2023-09-06 07:47:36 -07:00
.gitattributes Revert "Refactored the params into DefaultClient as static members" 2020-09-04 16:27:00 +05:30
.gitignore Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
.vscodeignore Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
.yarnrc Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
CHANGELOG.md update changelog (#11532) 2023-10-16 11:30:46 -07:00
LanguageCCPP_color_128x.png Move extension code to github. 2017-12-28 13:55:35 -08:00
README.md Add pre-requisites to readme (#9722) 2022-08-11 15:56:31 -07:00
Reinstalling the Extension.md [Auto] Localization - Translated Strings (#10521) 2023-03-31 16:16:20 -07:00
ThirdPartyNotices.txt Bump lldb-mi commit hash 2023-11-06 10:04:33 -08:00
VCPkgHeadersDatabase.zip Add VcPkgHeadersDatabase. (#4156) 2019-08-28 15:18:02 -07:00
c_cpp_properties.schema.json Fix IntelliSense casing. (#10730) 2023-03-22 11:43:35 -07:00
cgmanifest.json Bump lldb-mi commit hash 2023-11-06 10:04:33 -08:00
cpp.hint Revert "Refactored the params into DefaultClient as static members" 2020-09-04 16:27:00 +05:30
cppdbg.ad7Engine.json Revert "Refactored the params into DefaultClient as static members" 2020-09-04 16:27:00 +05:30
gulpfile.js Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
package.json Extract to function (#11467) 2023-10-11 17:27:36 -07:00
package.nls.json Extract to function (#11467) 2023-10-11 17:27:36 -07:00
readme.developer.md Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
test.tsconfig.json Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
translations_auto_pr.js Add keyboard support for Inline Macro. (#11261) 2023-09-11 09:56:16 -07:00
tsconfig.json Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
ui.tsconfig.json Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
webpack.config.js Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
yarn.lock Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00

README.md

C/C++ for Visual Studio Code

Repository  |  Issues  |  Documentation  |  Code Samples

Badge

The C/C++ extension adds language support for C/C++ to Visual Studio Code, including editing (IntelliSense) and debugging features.

Pre-requisites

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++ extension does 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 available IntelliSense 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.

Overview and tutorials

C/C++ extension tutorials per compiler and platform

Questions and feedback

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.

Contribution

Contributions are always welcome. Please see our contributing guide for more details.

Microsoft Open Source Code of Conduct

This 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 telemetry

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 our privacy statement to learn more.