News & features
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…