Showing results for September 2018 - Visual Studio Blog

Sep 26, 2018
6
0

How to upgrade extensions to support Visual Studio 2019

Mads Kristensen
Mads Kristensen

Recently, I’ve updated over 30 of my extensions to support Visual Studio 2019 (16.0). To make sure they work, I got my hands on a very early internal build of VS 2019 to test with (working on the Visual Studio team has its benefits). This upgrade process is one of the easiest I’ve ever experienced. I wanted to share my steps with you to show jus...

ExtensionsVisual Studio 2019
Sep 26, 2018
0
1

Getting started writing Visual Studio extensions

Mads Kristensen
Mads Kristensen

I’m often asked how to best learn to build Visual Studio extensions, so here is what I wished someone told me before I got started. Don’t skip the introduction It’s easy to create a new extensibility project in Visual Studio, but unless you understand the basics of how the extensibility system works, then you are setting yourself up for failure. ...

Visual Studio 2017Extensions
Sep 13, 2018
0
0

How can I pause my code in Visual Studio? Breakpoints FAQ

Leslie Richardson
Leslie Richardson

Have you ever found a bug in your code and wanted to pause code execution to inspect the problem? This blog post showcases the various kinds of breakpoints that can be used to accomplish this task in Visual Studio 2017.

Debugging and DiagnosticsVisual Studio 2017C#
Sep 11, 2018
0

Visual Studio 2017 version 15.9 Preview 2

Angel Zhou
Angel Zhou

Today, we are releasing the second preview of Visual Studio 2017 version 15.9, and it can be downloaded here. This latest preview contains new features and improvements to Universal Windows Platform development, C++ debugging, and export installation settings. Read more in the feature highlight summary below and check out the Visual Studio 2017 ver...

Visual Studio 2017AnnouncementVisual Studio Preview