Showing results for December 2022 - 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 14, 2022
5
10

Dev tunnels in Visual Studio for ASP.NET Core projects

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In this blog post we will discuss the updates to the dev tunnels (port forwarding) experience in Visual Studio when working with ASP.NET Core projects. If you have read the previous posts here about these features, you’ll want to read this one as well because we have a lot of big changes in Visual Studio 2022 17.5 Preview 2. You can download the ...

Dec 13, 2022
27
1

Try out Visual Studio 2022 version 17.5 Preview 2

Anthony Cangialosi
Anthony Cangialosi

I’m excited to share today we released Visual Studio 2022 17.5 Preview 2! Your feedback goes directly to the product team working to deliver you the best developer IDE. We welcome your feedback on Developer Community where we are always eager to hear your suggestions for new or existing features and learn about any bugs or issues via report a ...

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

Experiment
Dec 1, 2022
3
5

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

JavaScriptVisual Studio 2022TypeScript