Showing results for Extensibility - Visual Studio Blog

Feb 26, 2024
3

Visual Studio’s Full Year in Review (2023)

Jason Chlus
Jason Chlus

In 2023, we added many new features, fixes, and improvements to Visual Studio 2022 to make your coding experience more productive, enjoyable, and accessible. This blog post looks back at all the notable enhancements that shipped in 2023 for Visual Studio 2022. Here are the recaps for the year:  For ...

Feb 20, 2024
13
11

VisualStudio.Extensibility: Install extensions without restarting Visual Studio!

Maia Kelner
Maia Kelner

The new VisualStudio.Extensibility SDK helps you build extensions that run outside of the main IDE process for improved performance and reliability. With a focus on developer productivity, it features a modern, intuitive .NET Core-based API and solid, well-maintained documentation. This public preview release builds on our previous developer ...

Visual StudioExtensionsVisual Studio 2022
Jan 9, 2024
22
8

2023 – a year of community experiments

Mads Kristensen
Mads Kristensen

As we enter a new year, we wanted to catch you up on several experiments your feedback and participation helped us fine tune over the course of 2023. A community experiment is when we identify features believed to increase user productivity and happiness, and then build and test it with the community of Visual Studio users. These are features ...

ExperimentDeveloper Community
Jul 17, 2023
34
6

Introducing a powerful new Extension Manager

Maia Kelner
Maia Kelner

The Visual Studio Marketplace is filled with incredible extensions that let you customize your IDE, boost your productivity, and integrate with your other development tools. We’ve heard feedback from developers like you that it can be difficult to find important information like ratings and full-length descriptions when browsing the Marketplace ...

Visual StudioExtensionsVisual Studio 2022
Mar 2, 2023
6
8

Build Better Extensions with VisualStudio.Extensibility Preview 3!

Maia Kelner
Maia Kelner

Today, we’re very excited to announce the third public preview of VisualStudio.Extensibility, our new SDK for creating extensions for Visual Studio! The VisualStudio.Extensibility SDK focuses on extensions that run out-of-process from the IDE for improved performance and reliability, and it features a modern API that has been streamlined and ...

Visual StudioExtensionsVisual Studio 2022
Dec 5, 2022
7
8

Get your developer news

Mads Kristensen
Mads Kristensen

Staying up to date with relevant news about your tech stack and virtual events is not always easy. There are lots of different sources and seeking out the information can be time-consuming. To help get you the information you need, we’re experimenting with bringing back Developer News inside Visual Studio – this time with some refreshing ...

Experiment
Dec 1, 2022
3
5

Building a new JavaScript linting experience in Visual Studio

Maria Solano
Maria Solano

Available today in the 17.4 public release, Visual Studio has revamped its ESLint support! The new linting experience includes:  But the main purpose of this post is not to list all of the cool things that the new linting service provides, but to tell you a little bit about the story behind it. I joined Microsoft at the ...

JavaScriptVisual Studio 2022TypeScript
Nov 3, 2022
3
14

PHP in Visual Studio

Mads Kristensen
Mads Kristensen

PHP is one of the most popular programming languages for server-side web development. It's used in many frameworks and CSMs like WordPress, Laravel, Symfony, and others which are behind a sizable chunk of the Internet. Visual Studio is a powerful IDE, but its focus didn’t align with some languages, PHP being one of them. As time progressed ...

php
Oct 31, 2022
10
8

Cool features in Visual Studio 2022

Mads Kristensen
Mads Kristensen

A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio 2022. It was a pre-recorded presentation, so I was able to do final edits to the video before sending it to the conference organizers. The result was a 38-minute-long video highlighting some of my favorite new features, tweaks, and extensions. And the ...

video
Oct 25, 2022
21
7

Copy with proper indentation

Mads Kristensen
Mads Kristensen

You want to share some code you’ve written with a colleague, so you select it in the editor and hit Ctrl+C to copy it. As you paste it in Outlook/Slack/Teams, you realize that the indentation levels are inconsistent due to your original selection. You must now either go back to Visual Studio and do a box selection and copy that, or manually fix ...

Experiment