Quick Tips for using Copilot Chat with C++ in Visual Studio
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...
View ArticleUsing Copilot Chat with C++ in VS Code
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...
View ArticleHow Copilot is being used by the Time Travel Debugging team for repetitive...
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...
View ArticleTime Travel Debugging team uses Copilot Chat for C++
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...
View ArticleUse AI-Powered Rename Suggestions to rename your C++ variables in Visual Studio
We are very excited to announce C++ support for AI-Powered Rename Suggestions from GitHub Copilot in Visual Studio 2022. Seamlessly integrated into your familiar Rename workflow in the IDE, AI-powered...
View ArticleUnderstand 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...
View ArticleImproving GitHub Copilot Completions in VS Code for C++ Developers
GitHub Copilot code completions are autocomplete-stye suggestions that appear inline as you code. Until today, they have used context from your active file and other tabs open in the editor to inform...
View ArticleGitHub 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...
View ArticleFix C++ warnings and errors with Copilot: Introducing AI-Assisted Code Fixes...
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...
View ArticleTailored Code Completions for C++ Developers: Fine-tuned models are now in...
GitHub recently announced that custom models are available for GitHub Copilot Enterprise users in limited public beta. Custom models are fine-tuned on your organization’s proprietary codebases and...
View ArticleLatest enhancements to Copilot workflows in Visual Studio: Move seamlessly...
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...
View ArticleConfigure GitHub Copilot Access via Content Exclusion
Have you ever wanted greater control over the sensitive content AI-powered tools can access in your repositories? You can now customize Copilot’s access to your files with the newly announced GitHub...
View Article