vscode-cpptools/Extension
Sean McManus 6c38fa48eb Merge for 1.19.5 pre-release. 2024-03-01 09:50:10 -08:00
..
.scripts force module to node16 for ts-node (#11468) 2023-09-26 11:40:51 -07:00
.vscode Address issues reported by compliance tooling (#11841) 2024-01-08 16:14:54 -08:00
assets Revert "Refactored the params into DefaultClient as static members" 2020-09-04 16:27:00 +05:30
bin Merge branch 'main' into seanmcm/1_18_3_release 2023-11-09 18:03:16 -08:00
i18n [Auto] Localization - Translated Strings (#11948) 2024-02-21 11:47:00 -08:00
notices Move extension code to github. 2017-12-28 13:55:35 -08:00
src Fix inlay hint tests. And reapply inlay hint settings if they're changed (#12014) 2024-02-27 14:45:19 -08:00
test Update shell quote E2E test (#11977) 2024-02-20 16:04:46 -08:00
tools Test restructuring and cleanup (#11262) 2023-08-29 16:08:07 -07:00
ui Address issues reported by compliance tooling (#11841) 2024-01-08 16:14:54 -08: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 Merge for 1.19.5 pre-release. 2024-03-01 09:50:10 -08: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 Update TPN. (#11940) 2024-02-08 15:48:18 -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 Add `$schema` to `cgmanifest.json` (#9832) 2022-09-01 19:11:22 -07: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 Update changelog for 1.19.5 (#12033) 2024-02-28 12:52:03 -08:00
package.nls.json Update `cppbuild` task behavior for `args` and `command` fields to match VS Code's `shell` task type (#12026) 2024-02-27 13:07:40 -08: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 Bump es5-ext from 0.10.62 to 0.10.64 in /Extension (#12028) 2024-02-27 10:37:23 -08: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.