Showing results for Productivity - Visual Studio Blog

Feb 13, 2023
Post comments count27
Post likes count16

Visual Studio AI-Assistance: A Developer’s Best Friend

Peter Groenewegen
Peter Groenewegen

The Visual Studio family leverages AI to help you stay focused on the creative tasks that get the core logic of your application built.   For Visual Studio and VS Code, IntelliCode is free and assists with writing, editing and understanding code in popular languages. With IntelliCode, models run locally, meaning that none of your code leaves you...

C#ProductivityIntelliCode
Jan 19, 2023
Post comments count19
Post likes count9

Visual Studio Spell Checker Preview Now Available

Dante Gagne
Dante Gagne

We know developers like you take pride in your code! Many of the features in Visual Studio are designed to help you write the code you want. Visual Studio helps you ensure your code compiles and can even help with code styling. Now it can even make sure your spelling is accurate. Visual Studio 17.5 preview 3 introduces the first preview of the Spel...

Visual StudioC#Visual Studio 2022
Dec 21, 2022
Post comments count17
Post likes count18

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. We’ve...

Visual StudioVisual Studio 2022Productivity
Dec 20, 2022
Post comments count26
Post likes count15

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

Visual StudioVisual Studio 2022Productivity
Dec 15, 2022
Post comments count30
Post likes count18

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

Visual Studio 2022ProductivityEditor
Dec 6, 2022
Post comments count9
Post likes count6

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 a hand...

Visual Studio 2022ProductivityEditor
Sep 15, 2022
Post comments count9
Post likes count10

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

Debugging and DiagnosticsVisual Studio 2022Productivity
Jul 14, 2022
Post comments count21
Post likes count4

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
Post comments count11
Post likes count3

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

C#ProductivityIntelliCode
May 5, 2022
Post comments count18
Post likes count2

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

ProductivityTips and Tricks