Showing tag results for Visual Studio

Mar 3, 2021
Post comments count6
Post likes count2

Frictionless repeated edits: IntelliCode suggestions in completion list

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
Post comments count14
Post likes count0

New Dynamic Instrumentation Profiling for .NET

Sagar Shetty

With the release of version 16.9 of Visual Studio, instrumentation profiling in Visual Studio just got better. Introducing our new dynamic instrumentation tool. This tool shows the exact number of times your functions are called and is faster than our previous static instrumentation tool. It also supports .NET Core instrumentation without...

Visual StudioDebugging and DiagnosticsProfiling
Mar 2, 2021
Post comments count9
Post likes count1

Intelligent Visual Studio Search Service

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 StudioAzureProductivity
Mar 2, 2021
Post comments count29
Post likes count0

Visual Studio 2019 v16.9 and v16.10 Preview 1 are Available Today!

Jacqueline Widdis

Our team is eager to release Visual Studio 2019 v16.9 and v16.10 Preview 1. These include new features from our C++, .NET Productivity, XAML tooling, Address Sanitizer, and IntelliCode teams.

Visual StudioAnnouncementProductivity
Dec 8, 2020
Post comments count12
Post likes count0

Visual Studio 2019 v16.9 Preview 2 and New Year Wishes Coming to You!

Jacqueline Widdis

Visual Studio 2019 v16.9 Preview 2! Our C++, .NET, and Xamarin Forms teams have been hard at work to deliver some great new functionality. This includes improvements in IntelliSense, binding properties, and using directives. Check out this latest release to give our features a try.

.NETVisual StudioProductivity
Nov 19, 2020
Post comments count15
Post likes count0

GitHub accounts are now integrated into Visual Studio 2019

Ruben Rios

We are happy to announce that Visual Studio 2019 now offers a fully integrated GitHub account experience. Starting with version 16.8, you’ll be able to add both GitHub and GitHub Enterprise Server accounts directly from Visual Studio. The new functionality allows you to add and leverage them just as you do with Microsoft accounts, which means that ...

Visual StudioGitHubGit
Oct 28, 2020
Post comments count29
Post likes count0

The Future of Visual Studio Extensions

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#
Sep 22, 2020
Post comments count10
Post likes count0

New Features in Visual Studio 2019 v16.8 Preview 3.1

Jacqueline Widdis

Visual Studio 2019 v16.8 Preview 3.1 gives you improvements in Git Integration, C++20 conformance, .NET Productivity, Web Tools, and XAML . Plus, you can sign-up for our new Visual Studio Codespaces.

.NETVisual StudioDebugging and Diagnostics
Aug 6, 2020
Post comments count20
Post likes count1

Making repeated edits easier with IntelliCode suggestions

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