News & features
In the news | Github Blog
Evolving GitHub Copilot’s next edit suggestions through custom model training
Editing code often involves a series of small but necessary changes ranging from refactors to fixes to cleanup and edge-case handling. In February, we launched next edit suggestions (NES), a custom Copilot model that predicts the next logical edit based on the code…
In the news | Github Blog
How we’re making GitHub Copilot smarter with fewer tools
In VS Code, GitHub Copilot Chat can access hundreds of tools through the Model Context Protocol (MCP) that range from codebase analysis tools to Azure-specific utilities. But giving an agent too many tools doesn’t always make it smarter. Sometimes it just makes…
In the news | Github Blog
The road to better completions: Building a faster, smarter GitHub Copilot with a new custom model
Code completion remains the most widely used GitHub Copilot feature, helping millions of developers stay in the flow every day. Our team has continuously iterated on the custom models powering the completions experience in GitHub Copilot driven by developer feedback.…
In the news | Github Blog
GitHub Copilot gets smarter at finding your code: Inside our new embedding model
Finding the right code quickly is critical. After listening to the community’s feedback, we rolled out a new Copilot embedding model that makes code search in VS Code faster, lighter on memory, and far more accurate. This means retrieving the…
In the news | Github Blog
GPT-4o Copilot: Your new code completion model is now generally available
The GPT-4o Copilot model released in preview last month and updated this month now provides code completions for all Copilot users. This model delivers higher quality suggestions and improved latency.
In the news | Visual Studio Blog
GPT-4o Copilot code completion model available now in Visual Studio public preview
We are excited to announce that the new GPT-4o Copilot code completion model is now available for GitHub Copilot users in Visual Studio starting in 17.14 Preview 2! This new model, based on GPT-4o mini, has undergone additional training on…
In the news | Github Blog
New GPT-4o Copilot code completion model available now in public preview for Copilot in VSCode
A new code completion model, GPT-4o Copilot, can now be enabled by VS Code users. This new model based on GPT-4o mini has additional training on over 275,000 high-quality public repositories in over 30 popular programming languages. As a result, you can…
In the news | Visual Studio Blog
Typing Less, Coding More: How we delivered IntelliCode whole line completions with a transformer model
Great code completions make you more productive while composing your code. Visual Studio 2022 now automatically completes C# code up to a whole line at a time, using a rich knowledge of your coding context. We have also released the IntelliCode Completions extension in Visual…
In the news | Visual Studio Blog
The making of Visual Studio IntelliCode’s first deep learning model: a research journey
Since the first IntelliCode code completion model was shipped in Visual Studio and Visual Studio Code in 2018, it has become an essential coding assistant for millions of developers around the world. In the past two years, we have been working tirelessly to enable IntelliCode for more programming languages and, in the meantime, researching ways to improve the model precision and coverage to deliver an even more satisfying user experience. One of our major research…