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