Showing archive results for 2020

Aug 17, 2020
Post comments count3
Post likes count0

Live coding Visual Studio extensions

Mads Kristensen
Mads Kristensen

Writing extension for Visual Studio can be a challenging affair. It also happens to be extremely satisfying and a lot of fun. But even with our getting-started guidance, there is still a lot to learn, explore, and keeping up with. After 10 years and over 130 extensions, I still learn something new every time I write an extension. So why not write s...

video
Aug 10, 2020
Post comments count4
Post likes count0

Use Visual Studio in Presentation Mode

Mads Kristensen
Mads Kristensen

Have you ever seen a presentation using Visual Studio, but had a hard time seeing the too-small fonts in the editor, Solution Explorer and menu system? How about all the custom extensions and themes the presenter used, making it harder to figure out what exactly was going on? Perhaps you were the presenter? Here’s how Visual Studio Presentation Mod...

Extensions
Aug 6, 2020
Post comments count20
Post likes count1

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
Aug 5, 2020
Post comments count18
Post likes count1

Angular Language Service for Visual Studio   

Gabrielle Crevecoeur
Gabrielle Crevecoeur

Great news everyone: The Angular Language Service is coming to Visual Studio! For those who don't know, the Angular team has done a lot of great work on powering up the editing experience for Angular using something called the Angular Language Service. It lays the foundation to provide things like auto-completion, rename, and more across edito...

Aug 5, 2020
Post comments count3
Post likes count0

Visual Studio 2019 for Mac version 8.7 is now available

Jon Galloway
Jon Galloway

Visual Studio 2019 for Mac version 8.7 is available today and includes support for gRPC / OpenAPI client generation and improved unit testing integration. Additionally, it includes several improvements for Xamarin developers, including Xamarin.Forms 4.8 Support. This release also includes initial support for macOS Big Sur, with the exception of Xam...

Visual Studio for MacVisual Studio 2019 for Mac
Aug 5, 2020
Post comments count53
Post likes count0

Visual Studio 2019 v16.7 and v16.8 Preview 1 Release Today!

Jacqueline Widdis
Jacqueline Widdis

Announcing the release of Visual Studio 2019 version 16.7 and Visual Studio 2019 version 16.8 Preview 1. Both versions include additional Git integration, .NET Productivity improvements, WPF additions, and C++ improvements.

.NETAnnouncementXAML
Jul 27, 2020
Post comments count0
Post likes count1

Database Profiling with Visual Studio

Esteban Herrera
Esteban Herrera

Examine when database queries were executed and measure how long the take using Visual Studio's Performance Profiler.

SQLProfilingDiagnostics
Jul 15, 2020
Post comments count3
Post likes count0

Viewing Managed COM Objects Through Native Pointers

Mark Downie
Mark Downie

If you are a developer who is curating a successful .NET project using COM interop, then our latest preview of Visual Studio is for you (Download 16.7 Preview 3). This feature automatically decodes managed COM objects referenced by native pointers allowing you to fully inspect values in the Locals window.

.NETDebugging and DiagnosticsCOM
Jul 10, 2020
Post comments count0
Post likes count0

Improving the authentication experience for enterprises leveraging Conditional Access policies

Ruben Rios
Ruben Rios

As part of the Visual Studio 2019 16.6 update, we’ve introduced a set of new capabilities to improve your overall authentication experience. While these changes benefit all Visual Studio users, they are especially helpful if you need to work across Azure AD tenants that have enabled multi-factor authentication (MFA) policies. That’s because these i...

AuthenticationSign inConditional Access
Jul 9, 2020
Post comments count103
Post likes count0

Exciting new updates to the Git experience in Visual Studio

Pratik Nadagouda
Pratik Nadagouda

We've been addressing your feedback for improving the Git experience within Visual Studio. This post talks about updates in merge conflict resolution, branch management, previewing commits, branch history, and much more.

Git