Showing results for Copilot - C++ Team Blog

Apr 10, 2024
Post comments count0
Post likes count3

Time Travel Debugging team uses Copilot Chat for C++

Sinem Akinci
Sinem Akinci

Ken Sykes and Juan Carlos Arevalo Baeza (JCAB) are both Principal Software Engineers who work on the Time Travel Debugging team at Microsoft, which is the team that maintains and develops the Windows Debugger (WinDbg) and related technologies. Their codebase is developed with C++ and CMake, and they primarily use Visual Studio Code for developing t...

C++Copilot
Apr 3, 2024
Post comments count3
Post likes count4

How Copilot is being used by the Time Travel Debugging team for repetitive C++ coding

Sinem Akinci
Sinem Akinci

Background  Ken Sykes and Juan Carlos Arevalo Baeza (JCAB) are both Principal Software Engineers who work on Time Travel Debugging at Microsoft. They are part of the team that maintains and develops the Windows Debugger (WinDbg) and related technologies. Their codebase is developed with C++ and CMake and they primarily use VS Code for day-to-day d...

C++Copilot
Mar 13, 2024
Post comments count0
Post likes count3

Using Copilot Chat with C++ in VS Code

Sinem Akinci
Sinem Akinci

If you are a C++ developer who uses VS Code as your editor, Copilot Chat can help you with many of your everyday coding tasks by allowing you to iterate with your code in natural language. Download GitHub Copilot Chat To access GitHub Copilot and Copilot Chat, you will need an active subscription to GitHub Copilot. Chat features are available...

C++Visual Studio CodeCopilot
Feb 6, 2024
Post comments count5
Post likes count7

Quick Tips for using Copilot Chat with C++ in Visual Studio

Sinem Akinci
Sinem Akinci

GitHub Copilot Chat is now available in both Visual Studio and Visual Studio Code when you have an active subscription to the service. Copilot Chat is your AI pair-programmer that allows you to speak in plain text through the chat interface to accomplish programming tasks such as understanding sections of code, generating test cases, and generating...

C++Copilot