Microsoft has introduced a public preview of new C++ development tools designed to enhance GitHub Copilot’s ability to understand and modify large C++ codebases. The preview is available through the Visual Studio 2026 Insiders program, giving developers an early look at more powerful, context-aware AI-assisted editing.
The tools, which entered private testing in mid-November, were made publicly accessible on December 16. Alongside the announcement, Microsoft published setup guidance to help developers enable the new functionality and start experimenting with AI-driven C++ workflows.
Unlike traditional Copilot features that primarily operate at the file level, the new C++ tooling allows the AI assistant to reason across an entire project. By supplying Copilot with deep semantic information, the tools enable multi-file refactoring and coordinated changes across different sections of a codebase. Microsoft says this expanded context significantly improves Copilot’s precision when handling complex C++ modifications.
With these enhancements enabled, Copilot’s agent mode can inspect and understand symbols throughout a project, follow references wherever they appear, and interpret key metadata such as data types, scopes, and declarations. The system can also analyze class inheritance structures and track function call paths, helping the AI navigate intricate C++ architectures more effectively.
Microsoft views this release as an initial step toward broader integration. The company plans to extend support for the C++ editing tools to additional GitHub Copilot environments, including Visual Studio Code, in order to bring the same agent-based editing capabilities to more development workflows.
The preview phase also serves as a feedback opportunity. Microsoft is actively requesting input from developers to refine the experience, with issues and suggestions submitted through the built-in Visual Studio feedback mechanism.

