Showing results for IntelliCode - Visual Studio Blog

Mar 1, 2023
16
15

GitHub Copilot in Visual Studio 2022

Mads Kristensen
Mads Kristensen

GitHub Copilot uses OpenAI Codex to suggest code and entire functions in real-time right from your editor. Trained on billions of lines of public code, GitHub Copilot turns natural language prompts including comments and method names into coding suggestions across dozens of languages. In Visual Studio, Copilot acts as a pair-programmer making it mo...

IntelliCodeArtificial IntelligenceCopilot
Feb 28, 2023
39
3

Try Visual Studio 2022 v17.6 Preview 1

Marian Luparu
Marian Luparu

The first Preview for Visual Studio 2022 17.6 is now available! This release expands on the recently released 17.5 version of Visual Studio and aims at enhancing your productivity whether you’re a .NET developer, a game developer, and/or a C++ developer. Why should you try the latest preview? Because it’s like living in the future – you get to t...

.NETVisual Studio 2022IntelliCode
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 21, 2023
74
12

Visual Studio 2022 – 17.5 Released

Anthony Cangialosi
Anthony Cangialosi

We’re excited to announce that Visual Studio 17.5 is now generally available. This release is full of updates that take friction out of your daily workflows making it easier for you stay in the zone while you code. Features like all-in-one search and intent-based suggestions help you move faster, while improved build and debug speeds ensure your ID...

.NETVisual StudioDebugging and Diagnostics
Feb 13, 2023
27
16

Visual Studio AI-Assistance: A Developer’s Best Friend

Peter Groenewegen
Peter Groenewegen

The Visual Studio family leverages AI to help you stay focused on the creative tasks that get the core logic of your application built.   For Visual Studio and VS Code, IntelliCode is free and assists with writing, editing and understanding code in popular languages. With IntelliCode, models run locally, meaning that none of your code leaves you...

C#ProductivityIntelliCode
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
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