Showing results for Tag : C#

Dec 20, 2021
11
0

Test tools for .NET and cross-platform apps

KendraHavens
KendraHavens

Visual Studio 2022 brings better test tools to your everyday development with Show in Test Explorer, Remote Testing, Test audio cues, Playwright, and more!

.NETVisual StudioC#
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
70
0

Visual Studio 2022 Preview 1 now available!

Justin Johnson
Justin Johnson

We're excited to announce that the first preview release of Visual Studio 2022 is ready to install! This is the first release of a 64-bit Visual Studio and we’d love for you to download it, try it out, and join us in shaping the next major release of Visual Studio with your feedback.

.NETVisual StudioC#
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
Oct 28, 2020
29
0

The Future of Visual Studio Extensions

Leslie Richardson
Leslie Richardson

As we continue improving Visual Studio and expanding to the cloud, let's talk about our upcoming plans to improve the ways we write and use extensions.

.NETVisual StudioC#
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
Jun 10, 2020
20
2

How Do I Think About Async Code?!

Leslie Richardson
Leslie Richardson

What's asynchronous code? When and why should you use it? Check out this introduction to asynchronous code and how you can apply it to your future programs!

.NETVisual StudioDebugging and Diagnostics