C/C++ DevToolsThe C/C++ DevTools extension exposes C++ language and CMake build tooling as tools that GitHub Copilot's agent mode can invoke. It integrates with the C/C++ and CMake Tools extensions to give Copilot deep, symbol-level awareness of your codebase and your active CMake build configuration.
InstallationThis extension is automatically installed either as a dependency of CMake Tools, or as part of the C/C++ Extension Pack. It does not affect your existing C++ or CMake setup in any way unless you actively use GitHub Copilot agent mode. What does this add beyond C/C++ and CMake Tools?Without this extension, Copilot reasons about your C++ codebase using generic text and file search. With it, Copilot can navigate your code at the symbol level and build/test your project using your actual active CMake configuration, not ad-hoc command-line guesses. C++ Code Understanding Tools
To enable these tools, turn on the Enable Cpp Code Editing Tools setting in your VS Code user settings. CMake Build & Test Configuration Tools
For full documentation, visit C++ DevTools docs. For a detailed walkthrough of these features, read the announcement blog post. FeedbackTo report issues or share feedback, please file them in the appropriate repository:
Data/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: |