Posts by this author

Aug 25, 2020
22
0

Overhauling the Visual Studio feedback system

During the summer, we refreshed the experience for sending feedback on Visual Studio. It marks the first in a long row of changes coming to the Visual Studio feedback system. The result will be a more engaging experience that is also faster and more user friendly. The feedback tool helps us fix more than five hundred customer-reported bugs a...

Aug 17, 2020
3
0

Live coding Visual Studio extensions

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
4
0

Use Visual Studio in Presentation Mode

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
Jun 24, 2020
25
0

Delivering on a promise – the essential extension pack

During Microsoft Build 2020 in May, developers watching the live stream asked me to make it easy to acquire the basic extensions all Visual Studio users would benefit from. What a great idea, so of course I said yes. The wait is now over, get the The Essentials extension pack today! During my Visual Studio 2019 (remote dev) tips & trick...

May 27, 2020
7
0

Learn with Visual Studio Remote Office Hours

A new live broadcast directly from the Visual Studio team (my garage to be exact) is now streaming near you every Thursday morning. It's about everything Visual Studio and you get rare insights into the inner workings of features, processes, and the people that make it all happen. This is like being in the machine room and you get to see and hear i...

Visual StudiovideoRemote
Mar 2, 2020
44
0

The Spring 2020 Roadmap for Visual Studio published

The Visual Studio roadmap has been updated to provide a peek into the work planned for Visual Studio through June 2020. It captures significant capabilities that we plan to add, but it's not a comprehensive feature list.

Roadmap
Oct 8, 2019
9
0

Visual Studio extensibility is better with IntelliCode

Installing the Visual Studio extension development workload presents you with a choice of optional components. Looking at the list might leave you rather confused, because how are various C++ components and the Class Designer especially relevant to writing extension? And where is IntelliCode?

Visual StudioExtensions
Sep 26, 2019
10
0

Watch the latest Visual Studio extensibility videos

We have been posting several short videos about Visual Studio extensibility to our YouTube channel in the past couple of months. We chose the topics for the first videos, but now it’s time for you to tell us what videos to record next.

Visual StudioExtensions
Aug 27, 2019
4
0

Get more fresh content on Visual Studio’s YouTube channel

Whether you like short how-to videos or longer deep dives, the Visual Studio YouTube channel has something for you. With fresh content published once to several times a week, there are always new and interesting videos to help you stay current on everything Visual Studio.

Visual Studio
Aug 8, 2019
13
0

Async loaded .NET projects may impact Visual Studio extensions

In Visual Studio 2019 version 16.3, the CSProj project system (C#/VB non-SDK style) introduces a new way of loading called Partial Load Mode (PLM). After the solution loads, the project system is doing design time builds in the background, leaving the UI responsive and interactive. Extensions may need to adjust for this behavior change.

Visual StudioExtensions