Showing results for Extensions - Visual Studio Blog

Jun 2, 2025
Post comments count3
Post likes count5

Extension Manager updates in Visual Studio

Javier De la Garza
Javier De la Garza

The latest updates in Visual Studio 2022 introduced features specifically designed to improve how you manage extensions. These updates offer tools that help you automate processes, provide detailed controls for configuration, and enhance the user interface to streamline your development workflows. Seamless auto updates Visual Studio now automatic...

Extensionsvisualstudio.extensibilityUpdates
May 28, 2025
Post comments count0
Post likes count5

Improve the commands in your extensions

Mads Kristensen
Mads Kristensen

As Visual Studio extension authors, our goal is to create tools that empower developers across diverse environments. A key part of this mission involves ensuring that your extension commands remain accessible and consistent across all Visual Studio locales. In your VSSDK extensions, by adding the CanonicalName property to your commands in the .vsct...

Extensions
May 27, 2025
Post comments count1
Post likes count5

VisualStudio.Extensibility: Editor classification and updates to user prompt

Tina Schrepfer (LI)
Tina Schrepfer (LI)

We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build extensions that run outside the main Visual Studio IDE process for improved performance, reliability, and installation without restarting Visual Studio. Ad...

Extensionsvisualstudio.extensibility
Jan 16, 2025
Post comments count0
Post likes count6

Our Favorite NEW Visual Studio Features of 2024

Jason Chlus James Montemagno
Jason,
James

Last year, the Visual Studio team delivered many new developer-focused improvements and AI integrations, many of which came directly from your feedback on Developer Community. In this post, we highlight the team’s favorite features from 2024 that boost productivity, streamline workflows, and enhance your coding experience. Let’s dive in! Ima...

ExtensionsProductivityGitHub Copilot
Nov 19, 2024
Post comments count0
Post likes count5

VisualStudio.Extensibility 17.12: CodeLens support is here!

Tina Schrepfer (LI)
Tina Schrepfer (LI)

We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build extensions that run outside the main Visual Studio IDE process for improved performance and reliability, and can be installed without the need to restart V...

ExtensionsVisual Studio 2022CodeLens
Nov 4, 2024
Post comments count0
Post likes count5

The making of Bring Back Plus/Minus

Marco Goertz
Marco Goertz

A lesson about the software forensics process involved in developing the Bring Back Plus/Minus extension, which brings back the plus/minus symbols to the editor outlining feature in Visual Studio 2022. While I did have the advantage of being able to look at the Visual Studio source code, I could have figured this out just as well without it, and...

ExtensionsFeedbackstory
Sep 12, 2024
Post comments count0
Post likes count2

VisualStudio.Extensibility 17.11: Settings and more Remote UI support

Dominic Nahous
Dominic Nahous

We continue to invest in the VisualStudio.Extensibility SDK to allow users like you to create extensions that run faster and smoother than ever before! VisualStudio.Extensibility helps you build extensions that run outside the main Visual Studio IDE process for improved performance and reliability. Additional benefits include a sleek and intuitive ...

Extensions
Jul 29, 2024
Post comments count0
Post likes count2

Sign VSIX packages with Sign CLI

Maia Kelner Dominic Nahous
Maia,
Dominic

You can now leverage Sign CLI for a more secure, modern way to sign your Visual Studio extensions. Signing your VSIX packages improves security, prevents tampering, and builds trust with your users. This integration makes it easier and more convenient to sign your packages than ever before! Sign CLI replaces the older VSIXSignTool with a mod...

Visual StudioExtensionsVisual Studio 2022
Jun 25, 2024
Post comments count0
Post likes count14

Code Assessment with .NET Upgrade Assistant

McKenna Barlow
McKenna Barlow

We are thrilled to announce the latest enhancements to the .NET Upgrade Assistant. .NET Upgrade Assistant helps upgrade solutions to newer versions of .NET. Whether you’re upgrading from .NET Framework to .NET 8 or just between .NET Core versions (from .NET 6 or 7 to .NET 8 or 9), .NET Upgrade Assistant can help you understand what changes will be ...

.NETVisual StudioASP.NET
May 29, 2024
Post comments count0
Post likes count11

A modern Extension Manager has arrived with Visual Studio 17.10

Maia Kelner
Maia Kelner

We’re bringing our updated Extension Manager to all users! Over the last year, we’ve made our updated Extension Manager available as an optional preview feature and have been asking you to let us know what you think. Based on your incredible feedback, we’re now ready to offer the new Extension Manager as an on-by-default preview feature starting wi...

Visual StudioExtensionsVisual Studio 2022