Visual Studio Blog

The official source of product insight from the Visual Studio Engineering Team

Latest posts

Nov 8, 2022
Post comments count 18
Post likes count 9

Arm64 Visual Studio is officially here!

Mark Downie

We are happy to announce the first fully supported Arm64 version of Visual Studio that will natively run, allowing building, and debugging Arm64 apps on Arm-based processors. 17.4 GA delivers a native Arm64 experience for Visual Studio that eliminates the need for emulation in most developer workflows. While the improved x64 emulator helps the speed and performance of emulated apps on Arm devices, we know that the absolute best Arm developer experiences will be supported by tools that run natively on Arm64. We are building a comprehensive end-to-end Arm-native developer toolchain that will provide a fast, f...

Nov 8, 2022
Post comments count 0
Post likes count 6

Visual Studio for Mac 17.4 is now available

Iain Holmes

Visual Studio for Mac v17.4 is available today! This release includes improvements to the editor like the new Editing State margin and the return of the Class pad, and fixes for issues that users have reported. We’re also releasing our first preview of Visual Studio for Mac 17.5 for people to see what we’ve got planned.  To update now, use the Visual Studio > Check for Updates… menu in the IDE. If you aren’t using it yet, download it now:    This blog post summarizes the top changes in this release. You can check out the release notes to learn about all the changes we’ve made.  User interface improve...

Nov 8, 2022
Post comments count 78
Post likes count 6

Visual Studio 2022 17.4 is now available!

Marc Goodner

We are happy to announce that Visual Studio 2022 17.4 is now generally available. This is our first GA release to support Arm64. In addition some of the other prominent features it includes are .NET 7, enterprise support for setup including rollback, and much more detailed below. Thank you for all the feedback you have provided on our previews and previous releases. We strive to use your feedback to focus on what matters the most to keep making Visual Studio great. To that end, this is a list of your top reported bugs addressed that are part of Visual Studio 2022 17.4. Additionally, here are your feature sugge...

Nov 3, 2022
Post comments count 3
Post likes count 14

PHP in Visual Studio

Mads Kristensen

PHP is one of the most popular programming languages for server-side web development. It's used in many frameworks and CSMs like WordPress, Laravel, Symfony, and others which are behind a sizable chunk of the Internet. Visual Studio is a powerful IDE, but its focus didn’t align with some languages, PHP being one of them. As time progressed more languages found their way to Visual Studio, like Python and eventually PHP. A Prague-based company called DEVSENSE developed an extension called PHP Tools for Visual Studio which has been available in the Visual Studio ecosystem for over a decade. Since its incep...

Oct 31, 2022
Post comments count 10
Post likes count 8

Cool features in Visual Studio 2022

Mads Kristensen

A few weeks ago, I gave a presentation at a conference about cool new features in Visual Studio 2022. It was a pre-recorded presentation, so I was able to do final edits to the video before sending it to the conference organizers. The result was a 38-minute-long video highlighting some of my favorite new features, tweaks, and extensions. And the best part is that the organizers allowed me to share it on the Visual Studio YouTube channel, so everyone interested can watch. In the video, you’ll see all sorts of cool things including, but not limited to: Each feature has its own chapte...

Oct 27, 2022
Post comments count 1
Post likes count 5

Learning Series: Get started with GitHub in Visual Studio

Jessie Houghton

We’re introducing a new way to learn about Git, GitHub, and version control in Visual Studio – an email learning series with actionable challenges and a repository to practice your skills! We found from our Happiness Tracking Survey that 34% of our VS developers aren’t using any form of version control. While GitHub makes collaboration easy, even smaller teams or solo developers can boost their productivity and code management with version control. We'll teach you how to back up your code, sync across devices, rollback breaking changes, and more within the IDE. Sign up for the new and improved Getting Started wit...

Oct 25, 2022
Post comments count 21
Post likes count 7

Copy with proper indentation

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 indentation issue in Outlook. You know this, yet you make this mistake almost every time. Sounds familiar? It usually happens because you start your selection without the leading indentation. But every subsequent line has it. The result looks something like this...

Oct 20, 2022
Post comments count 25
Post likes count 2

Support reminder for older versions of Visual Studio

Jason Chlus

We want to keep you secure when using Visual Studio. If you’re using an older version of Visual Studio, we have several reminders about upcoming events in the Visual Studio support lifecycle. First, if you’re using the Community Edition of Visual Studio 2017 or 2019, we recommend you upgrade to Visual Studio 2022 Community, our first 64-bit IDE which makes it easier to work with even bigger projects and more complex workloads. We’ve made several productivity improvements in this version. The stuff you do every day—like typing code and switching branches—feels more fluid and responsive. It provides built-in sup...

Oct 5, 2022
Post comments count 2
Post likes count 2

Visual Studio’s Azure Marketplace images now support Microsoft Dev Box

Ruben Rios

Over the last couple of years, we’ve expanded our Visual Studio VM image offerings for the Azure Marketplace. These images have proven to be popular not only for evaluating the latest Visual Studio releases, but also for jumpstarting developer environments in the cloud. In this post, we'll introduce new images optimized for running Visual Studio in standalone VM instances, with Azure Virtual Desktop, or the recently announced Microsoft Dev Box service.   Visual Studio images ‘optimized’ for developers Historically, we’ve released all our Azure images as generation 1 VM images. Now that Azure support...