Showing results for Productivity - Visual Studio Blog

Dec 21, 2022
17
17

Write markdown without leaving Visual Studio

Dante Gagne
Dante Gagne

Markdown is a great solution when you want formatted code but don’t want to compromise easy readability. GitHub uses it for readme files, and we use it as our standard for Visual Studio documentation. If you’ve contributed to any open-source repo the odds are high that you’ve authored or edited at least one .md file in that repo somewhere...

Visual StudioVisual Studio 2022Productivity
Dec 20, 2022
26
15

Adding new files just got a lot faster

Josh Stevens
Josh Stevens

Have you ever felt like the New Item Dialog slows you down when you want to quickly create an empty file or a simple C# class? Browsing through a list of templates is sometimes necessary, but wouldn’t it be great if Visual Studio could figure out which template you needed based only on the file name? If you answered yes, then you’ll want to ...

Visual StudioVisual Studio 2022Productivity
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
Dec 6, 2022
9
6

What’s new in Visual Studio productivity

Dante Gagne
Dante Gagne

We often hear feedback from users like you that request smaller quality-of-life improvements in Visual Studio. While we can’t address every piece of feedback right away, we appreciate the time you spend providing it and hope you continue to share your thoughts on how to make Visual Studio even better. In today’s blog post, we’d like to share ...

Visual Studio 2022ProductivityEditor
Sep 15, 2022
9
10

DataTable Visualizer Improvements

Harshada Hole
Harshada Hole

Your favorite DataTable visualizer has now got a makeover with all new improvements coming in 17.4 Preview 2. The DataTable visualizers will now support sorting, filtering, exporting, and theming like IEnumerable visualizer.   The DataTable Visualizer allows you to view the contents of a DataTable, DataSet, DataView, or ...

Debugging and DiagnosticsVisual Studio 2022Productivity
Jul 14, 2022
21
4

IEnumerable Debugger Visualizer Improvements

Harshada Hole
Harshada Hole

In Visual Studio 17.3 Preview 3, we added a few highly requested improvements in IEnumerable visualizer like Filtering, Theming, and CSV export to enhance the visualizer experience further. The .NET IEnumerable debugger visualizer is one of our most loved debugging features in recent times. This was a highly requested feature by developers like ...

Debugging and DiagnosticsVisual Studio 2022Productivity
May 11, 2022
11
3

Just-in-time refactoring made even easier with IntelliCode auto suggested code for C#

Peter Groenewegen
Peter Groenewegen

Have you ever wondered if there was a tool to help you with routine code tasks like writing common constructors or inserting similar code to a few different spots? Maybe you even know some code actions or refactorings that can help you. But at the time you could have used the code action, you typed the change instead, because you remembered the ...

C#ProductivityIntelliCode
May 5, 2022
18
2

Visual Studio on an ultra-wide monitor

Mads Kristensen
Mads Kristensen

A growing number of Visual Studio customers use ultra-wide monitors today. Ultra-wide means wider than a traditional 16:9 widescreen display – usually 3440x1440 or larger resolution. They seem to be gaining popularity among developers and I’m curious how Visual Studio can use all this extra space. So, I asked people on Twitter to send me ...

ProductivityTips and Tricks
Jan 5, 2022
30
0

Visual Studio 17.1 Preview 2 is now available!

Dominic Nahous
Dominic Nahous

Visual Studio 2022 17.1 Preview 2 continues to iterate on the themes of the Visual Studio 2022 release. We're enhancing existing features, bringing new productivity improvements, and making it easier for you to make Visual Studio your own.

.NETC#Visual Studio 2022
Sep 15, 2021
2
1

Discover quick actions for common tasks as you type, with IntelliCode

Peter Groenewegen
Peter Groenewegen

Have you ever found yourself wishing there was a built-in tool to accomplish a common task? You could not find the tool and started the work manually. Only after you have started the work, you discover there was a quick action to do the task. IntelliCode can now spot when you're performing a common task and recommend the right quick action, ...

Visual StudioC#Productivity