Showing results for Machine Learning - Visual Studio Blog

May 11, 2022
11
3

Just-in-time refactoring made even easier with IntelliCode auto suggested code for C#

Peter Groenewegen
Peter Groenewegen

Have you ever wondered if there was a tool to help you with routine code tasks like writing common constructors or inserting similar code to a few different spots? Maybe you even know some code actions or refactorings that can help you. But at the time you could have used the code action, you typed the change instead, because you remembered the cod...

C#ProductivityIntelliCode
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/TypeScrip...

Visual StudioVisual Studio CodeIntelliCode
Sep 15, 2021
2
1

Discover quick actions for common tasks as you type, with IntelliCode

Peter Groenewegen
Peter Groenewegen

Have you ever found yourself wishing there was a built-in tool to accomplish a common task? You could not find the tool and started the work manually. Only after you have started the work, you discover there was a quick action to do the task. IntelliCode can now spot when you're performing a common task and recommend the right quick action, com...

Visual StudioC#Productivity
Jun 17, 2021
6
0

Type less, code more with IntelliCode completions

Mark Wilson-Thomas
Mark Wilson-Thomas

In Visual Studio 2022 Preview 1 you can automatically complete larger chunks of code, up to a whole line at a time; download the preview now.

Visual StudioC#Productivity
Mar 3, 2021
6
2

Frictionless repeated edits: IntelliCode suggestions in completion list

Peter Groenewegen
Peter Groenewegen

As a developer you make repetitive changes to your code all the time. In many cases you don't even realize that you are doing a repetitive task or that Visual Studio IntelliCode suggestions can help you. IntelliCode suggestions can already do the edit and find other location where the same edit applies, making your life easier!

Visual StudioC#Productivity
Mar 2, 2021
9
1

Intelligent Visual Studio Search Service

Anne Gao
Anne Gao

In v16.9 Visual Studio release, we introduce the AI-powered Visual Studio Search service, which is integrated into the shortcut Ctrl+Q for intelligent Visual Studio feature searches. This blog post introduces the system architecture in high level details, including the core Azure services that we built and leveraged.

Visual StudioAzureVisual Studio 2019
Aug 24, 2020
7
0

The making of Visual Studio IntelliCode’s first deep learning model: a research journey

Shengyu Fu
Shengyu Fu

After leveraging technologies like Azure Machine Learning and ONNX Runtime, IntelliCode has successfully shipped the first deep learning model for all the IntelliCode Python users in Visual Studio Code. This blogpost gives a detailed account of the journey from research to model deployment.

ProductivityIntelliCodeMachine Learning
Aug 6, 2020
20
1

Making repeated edits easier with IntelliCode suggestions

Peter Groenewegen
Peter Groenewegen

As of Visual Studio 2019 16.7, your repeated edit experience can now be enhanced by IntelliCode suggestions. IntelliCode spots repetitions and suggests other places in your code where you could apply that same change.

Visual StudioC#Productivity
May 20, 2020
2
0

Keep your IntelliCode completions fresh with our GitHub Action for Team Completions

Caty Caldwell
Caty Caldwell

Introducing the Visual Studio IntelliCode GitHub Action for Team Completions, teams can share and automate code completions easily! Visual Studio IntelliCode automates training a Team Completions model as part of your CI workflow to provide in-line completion suggestions based on your own types in C# and C++.

C#AnnouncementVisual Studio 2019