Showing results for Editor - Visual Studio Blog

Jul 16, 2024
21

Making Visual Studio a bit more visual

Mads Kristensen
Mads Kristensen

Any web, desktop, or mobile developer works with images often. You reference them from C#, HTML, XAML, CSS, C++, VB, 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 ...

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

MSBuildExperimentEditor
Aug 21, 2023
16
12

New in Visual Studio: Compare Files with Solution Explorer

Dalia Abo Sheasha
Dalia Abo Sheasha

Comparing code in different files is a common need for developers, yet it often disrupts the flow of your work. We've heard your feedback and are excited to introduce a new compare feature in Visual Studio. This feature enables you to compare code files directly within the Solution Explorer, eliminating the need for external tools and keeping you ...

Visual Studio 2022ProductivityEditor
Aug 15, 2023
4
7

My favorite features in Visual Studio 17.7

Mads Kristensen
Mads Kristensen

Two of my favorite features in Visual Studio happen to share a similar origin story. They were both created in deep collaboration with you, the user, and went through multiple iterations before you gave your final thumbs up. This is the story of how they came to be and why they are my favorites. File comparison Visual Studio 2012 introduced ...

Editordiff
May 25, 2023
7
8

All-In-One Search available in 17.6

Leah Tran
Leah Tran

The All-In-One Search experience was first introduced in 17.2 Previews, and we’ve been refining its quality since. The new search merges code and feature search capabilities into one UI, so you can go to one place to find the things you need. Real-time results and a preview of the results speed up the process to get you to the right place. You ...

EditorSearch
May 18, 2023
14
13

Sticky Scroll: Stay in the Right Context

Leah Tran
Leah Tran

When coding in a long file, it’s easy to lose track of the method or block you’re writing in. Or when scrolling through an unfamiliar codebase, it can become disorienting where you are in the code. Sticky Scroll can help you stay in the right context by sticking helpful scopes, including namespaces, classes, methods, loop initialization ...

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

ExperimentEditor
Feb 21, 2023
74
12

Visual Studio 2022 – 17.5 Released

Anthony Cangialosi
Anthony Cangialosi

We’re excited to announce that Visual Studio 17.5 is now generally available. This release is full of updates that take friction out of your daily workflows making it easier for you stay in the zone while you code. Features like all-in-one search and intent-based suggestions help you move faster, while improved build and debug speeds ensure your ...

.NETVisual StudioDebugging and Diagnostics
Jan 9, 2023
17
19

Five shortcuts to boost your productivity

Mads Kristensen
Mads Kristensen

Taking full advantage of the Visual Studio editor features will make you a more productive developer. Any keyboard warrior will tell you that knowing the right shortcuts boosts that productivity even further. So, we’ve put together a short little video that demonstrates some useful shortcuts you can use while coding in Visual Studio. In ...

Developer ProductivityEditor
Dec 15, 2022
30
18

Sticky Scroll now in preview

Leah Tran
Leah Tran

When working in code with long classes and methods that stretch beyond the vertical size of your screen, it can be difficult to keep track of which scope you’re working in. You may be editing a long method or exploring an unfamiliar codebase. In Visual Studio 2022 17.5 Preview 2, we introduced Sticky Scroll to help you be more productive and ...

Visual Studio 2022ProductivityEditor