Showing results for Extensibility - Visual Studio Blog

Feb 20, 2024
Post comments count13
Post likes count11

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 pre...

Visual StudioExtensionsVisual Studio 2022
Jan 9, 2024
Post comments count22
Post likes count8

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 th...

ExperimentDeveloper Community
Jul 17, 2023
Post comments count34
Post likes count6

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 wit...

Visual StudioExtensionsVisual Studio 2022
Mar 2, 2023
Post comments count6
Post likes count8

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 car...

Visual StudioExtensionsVisual Studio 2022
Dec 5, 2022
Post comments count7
Post likes count8

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 updates. ...

Experiment
Dec 1, 2022
Post comments count3
Post likes count5

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 begin...

JavaScriptVisual Studio 2022TypeScript
Nov 3, 2022
Post comments count3
Post likes count14

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 more ...

php
Oct 31, 2022
Post comments count10
Post likes count8

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 be...

video
Oct 25, 2022
Post comments count21
Post likes count7

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 the...

Experiment
Oct 4, 2022
Post comments count31
Post likes count22

Comparing files in Visual Studio

Mads Kristensen
Mads Kristensen

As developers, we often need to compare two files to find the differences. Sometimes, even comparing the content of the clipboard with a file on disk. And again, sometimes comparing our local changes to previous versions from our Git commit history. There is no straightforward way in Visual Studio to do those things today, but in this month’s exper...

Experimentdiff