Posts by this author

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
Sep 11, 2024
Post comments count2
Post likes count2

Fix C++ warnings and errors with Copilot: Introducing AI-Assisted Code Fixes in Visual Studio

Stuck on an unfamiliar build error? Want to resolve your code errors quickly? Copilot is now integrated into Visual Studio error workflows to assist you with understanding and resolving C++ errors and warnings. To access this new feature, you will need an active Copilot subscription and the latest 17.11 GA version of Visual Studio. How does it ...

C++Copilot
Aug 7, 2024
Post comments count0
Post likes count4

GitHub Copilot Extensions for C++ developers and beyond now available in VS Code

GitHub Copilot is now more extensible than ever for extension authors in VS Code. At the Microsoft Build conference, we announced that VS Code extensions can now leverage APIs for Copilot to build custom chat participants that users can interact with in the GitHub Copilot Chat view in VS Code. To learn more, please watch the Build session on the...

C++CMakeVisual Studio Code
Jul 23, 2024
Post comments count0
Post likes count3

Genetec uses Visual Studio, CMake, vcpkg, and Docker for remote Linux C++ development

Over the past couple of months, the Microsoft C++ team reached out to a series of customers voting on a suggestion ticket asking for Remote Linux Unit Testing support to understand their full set of interactions and needs with CMake and remote Linux scenarios in Visual Studio. After these discussions, we built out a backlog of work items to deliver...

C++CMakeLinux
Jun 18, 2024
Post comments count1
Post likes count4

Understand your C++ symbols using Copilot in Visual Studio’s Quick Info

Navigating your codebase and forget what exactly that method does? Looking for quick, easy-to-digest information on your code at any point in your development journey? We are excited to announce that now when you hover over symbols in your codebase, you'll have the ability to invoke Copilot conveniently within the Quick Info dialog to learn more...

CopilotC++
Jun 10, 2024
Post comments count0
Post likes count1

Bosch widely adopts Visual Studio 2022 after experiencing performance improvements for C++ Linux cross-compilation

Introduction The Bosch security camera team had been evaluating Visual Studio as a unified development setup for their team’s C++ development, which includes remote Linux C++ development for cross-compiling.  While evaluating Visual Studio 2022, the team had a positive experience of using Visual Studio for their C++ development due to notab...

C++CMakeLinux
May 28, 2024
Post comments count0
Post likes count0

Visual Studio Code CMake Tools Extension 1.18 Update: Quick Start with CMake and more…

The May 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 major highlights include improvements to the CMake: Quick Start command and support for CMake presets v7 and v8. To view the full list of updates with this re...

C++CMakeVisual Studio Code