Posts by this author

Aug 4, 2025
Post comments count0
Post likes count1

Dynamically Update C++ syntax using Next Edit Suggestions

When working in a C++ repo, you often are maintaining and updating existing code just as often as you are writing new code. However, updating code in C++ can often require navigating to several different locations in a file to ensure consistency, which can disrupt your logical workflow. For example, changing a data member’s access level typically i...

C++New FeatureCopilot
Jul 21, 2025
Post comments count0
Post likes count0

Visual Studio Code CMake Tools Extension 1.21 Release: Multi-root improvements, CMake Presets v10, and more…

We’re excited to announce the latest 1.21 release of the CMake Tools extension for Visual Studio Code. This update brings a host of new updates, including addressing one of our top-voted issues for multi-root improvements and adding CMake presets version 10 support. To view the full list of updates with this release, please look at our CHANGELOG. ...

C++AnnouncementCMake
Jul 8, 2025
Post comments count0
Post likes count0

Smarter, workspace-aware code completions for C++ in VS Code

C++ code understanding Developing C++ code can be complex. C++ project structure, style, and convention can vary widely from repository to repository, and critical context for a given task often spans multiple files. This can require C++ developers to open and navigate across several files to fully understand a given project and author new code. ...

C++Visual Studio CodeCopilot
Jun 26, 2025
Post comments count0
Post likes count0

How Electronic Arts standardized C++ builds across Windows and Linux with Visual Studio Build Tools

At Electronic Arts (EA), the Frostbite Enginering Workflows team has thousands of developers who work on powerful game engines behind popular games.  EA has relied on Visual Studio for years due to several features such as IntelliSense, Build Insights, and the overall debugging experience and eagerly use newer integrations such as GitHub Copilot.  ...

C++CMakeLinux
May 1, 2025
Post comments count1
Post likes count1

There’s a Linux File Explorer built into Visual Studio!?!

The Remote File Explorer in Visual Studio provides developers with a convenient way to browse, view, and edit files on remote machines—directly from within the IDE. It's a powerful tool for managing remote environments without leaving your development workflow. Scott Hanselman published a new YouTube video to his channel, taking us on the journe...

C++
Apr 30, 2025
Post comments count0
Post likes count3

VS Code C++ Extension 1.25 Release: Explain C++ symbols using Copilot & Customize recursive include paths

The 1.25 release of the C++ extension in Visual Studio Code introduces a new way to understand your code faster with GitHub Copilot-powered symbol summaries, as well as new customization options for recursive #include path processing. With these enhancements, you gain AI-powered insights into unfamiliar or undocumented code and can optimize Intelli...

C++Visual Studio Codeperformance
Apr 3, 2025
Post comments count0
Post likes count0

Automatically generate any doc comment for C++ functions in Visual Studio

Have a difficult time documenting your C++ code? Spending too much time thinking of what a function and its parameters accomplish when generating documentation? Copilot is now integrated into C++ doc comments to automatically provide documentation suggestions based on the function’s contents in Visual Studio 2022 17.14 Preview 2. To learn...

C++Copilot
Feb 20, 2025
Post comments count2
Post likes count2

Visual Studio Code CMake Tools Extension 1.20 Release: Introducing Built-In CMake Language Services

The February release of CMake Tools in VS Code is now available. With this release, we have some new updates to the extension to improve CMake integrations with the extension’s support. Some updates include the built-in support for CMake Language services, addressing our most highly-upvoted issues in the CMake Tools extension, and CMake presets ...

CMakeVisual Studio Code
Jan 30, 2025
Post comments count1
Post likes count2

Document build instructions and more with enhanced C++ awareness from Copilot Chat in Visual Studio

C++ development often involves nuances beyond the file you’re developing in. This can leave developers with many mental tabs open, balancing all the relevant context for their project to develop their C++ code properly. Copilot Chat in Visual Studio can already utilize context provided by specified files and invoked agents such as @workspace to ...

C++CMakeCopilot
Oct 2, 2024
Post comments count1
Post likes count0

Latest enhancements to Copilot workflows in Visual Studio: Move seamlessly from Copilot in Quick Info and more…

There have been new integrations added to Copilot workflows in Visual Studio to make it even more seamless to navigate between in-editor activities and the Chat window that has context of global workspace, conversational history, and more to get the most out of Copilot, wherever you are. With the latest updates, you can streamline your workflow ...

CopilotC++Copilot