Erika Sweet details how Visual Studio 2026 brings new GitHub Copilot capabilities to C++ developers, supporting code refactoring, build performance improvements, and MSVC Build Tools upgrades.

Enhancing C++ Development in Visual Studio 2026 with GitHub Copilot

Author: Erika Sweet

Visual Studio 2026 brings several new GitHub Copilot features specifically designed for C++ developers. These enhancements cover three main areas:

1. Large-Scale C++ Refactoring

  • Advanced C++ code editing tools with Copilot integration
  • Supports wide-sweeping refactors across large codebases
  • Utilizes C++ IntelliSense in Visual Studio agent mode for:
    • Viewing all code references
    • Inspecting metadata (type, declaration, scope)
    • Visualizing class inheritance and function call chains
  • More details: Perform wide-sweeping refactors using C++ code editing tools for GitHub Copilot

2. Improved C++ Build Performance

3. Upgrading MSVC Build Tools

Getting Started

Feedback and Next Steps

  • The Visual Studio team encourages C++ developers to explore these Copilot capabilities and provide feedback.
  • Issues and suggestions about Visual Studio 2026 can be submitted through the Developer Community.

These enhancements are intended to make C++ development more efficient by harnessing AI-assisted tooling directly in Microsoft’s flagship IDE.

This post appeared first on “Microsoft VisualStudio Blog”. Read the entire article here