Showing results for Experiment - Visual Studio Blog

Mar 27, 2024
30

A new MSBuild editing experience

Mikayla Hutchinson
Mikayla Hutchinson

MSBuild is a fundamental part of the .NET development experience, but it can be challenging to new and experienced developers alike. To help developers better understand their project files and access advanced functionality that requires editing the project file directly, we’re releasing an experimental MSBuild editor that has a much richer underst...

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

ExperimentDeveloper Community
Dec 18, 2023
15
13

Naming Made Easy: AI-Powered Rename Suggestions

Dalia Abo Sheasha
Dalia Abo Sheasha

Ever struggled to name a variable, method, or class—finding that perfect balance between expressiveness and conciseness? You're not alone. We've tackled this universal challenge in the latest Visual Studio Preview via our GitHub Copilot Chat extension (subscription required). Introducing: AI-powered rename suggestions. This feature doesn't just ...

ExperimentCopilotPreview Features
Aug 28, 2023
10
14

Working with images just got easier in Visual Studio

Mads Kristensen
Mads Kristensen

Any web, desktop, or mobile developer works with images often. You reference them from C#, HTML, XAML, CSS, C++, TypeScript, and even in code comments. Some images are local, and some exist online or on network shares, while others only exist as base64 encoded strings. We refer to them in numerous ways in code, but always as string values that don’...

PreviewExperiment
Jul 20, 2023
18
17

Too many tabs open? No problem!

Mads Kristensen
Mads Kristensen

When you have lots of tabs open in Visual Studio, your horizontal screen resolution determines how many will fit the Tab Well. The remaining document tabs won’t be shown unless you enable multi-row tabs. But what if you don’t want to lose the coding space multi-row tabs take up, and still need an easier way to get an overview of all your open docum...

Experimentdocument management
May 11, 2023
15
7

Surround selection experiment

Mads Kristensen
Mads Kristensen

You want to quickly select some text and surround it with quotation marks. So, you select your text and hit the quotation mark key on your keyboard, only to find that the selected text now has been replaced by a single “. What you hoped would happen was that the selected text would be surrounded by an opening and closing quotation mark like in the ...

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

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

Experiment
Oct 4, 2022
31
22

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
Sep 5, 2022
41
19

Adding color to bracket pairs

Mads Kristensen
Mads Kristensen

When dealing with deeply nested brackets in Visual Studio, it can be hard to figure out which brackets match and which do not. For people with color blindness or other optic maladies, the problem can be even worse. By color-coding bracket pairs, we’re making this much easier. Various IDE’s and editors offer this feature today – usually done ...

ExtensionsAccessibilityExperiment