Showing results for ml - Visual Studio Blog

Feb 22, 2023
14
10

Maximizing the value of IntelliCode with API usage examples: Real-World Code Examples at Your Fingertips

Peter Groenewegen
Peter Groenewegen

As a software developer, we've all faced the frustration of having to leave our IDE to search for documentation, code examples, Stack Overflow, blog posts or simply trying to remember how to use a certain API. What if we told you that we have a solution for you? Now with Visual Studio 17.6 Preview, IntelliCode makes finding real-world code examples...

C#IntelliCodeArtificial Intelligence
Feb 16, 2022
9
1

Typing Less, Coding More: How we delivered IntelliCode whole line completions with a transformer model

Shengyu Fu
Shengyu Fu

Introduction 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 Studio Code (VSCode) to speed up coding in Python/...

Visual StudioVisual Studio CodeIntelliCode