Showing tag results for Visual Studio

Mar 23, 2023
Post comments count5
Post likes count5

Visual Studio Toolbox: Integrated C++ Game Development

Leslie Richardson
Leslie Richardson

The Visual Studio Toolbox show helps you become a more productive developer by focusing on tooling both in and outside of Visual Studio. The show is available both on Learn and YouTube. Our latest episode features C++ program manager David Li, who shows how you can use the new Unreal Engine Integrations in Visual Studio 2022 17.5 to be more product...

Visual StudioUnityVisual Studio 2022
Mar 2, 2023
Post comments count6
Post likes count8

Build Better Extensions with VisualStudio.Extensibility Preview 3!

Maia Kelner
Maia Kelner

Today, we’re very excited to announce the third public preview of VisualStudio.Extensibility, our new SDK for creating extensions for Visual Studio! The VisualStudio.Extensibility SDK focuses on extensions that run out-of-process from the IDE for improved performance and reliability, and it features a modern API that has been streamlined and car...

Visual StudioExtensionsVisual Studio 2022
Feb 22, 2023
Post comments count15
Post likes count5

Visual Studio 2022 can now Always Update on Close!

Sayyeda Mussa
Sayyeda Mussa

Do you want Visual Studio 2022 to always stay up to date with the latest goodness with little-to-no action from your end? Then look no further, because as of now, we support the ability to “Always Update on Close”! Starting with Visual Studio 2022 version 17.5, we’ve made it easier to apply available updates when Visual Studio closes if you’ve made...

Visual StudioUpdates
Feb 21, 2023
Post comments count74
Post likes count12

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

.NETVisual StudioDebugging and Diagnostics
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 count19

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
Nov 9, 2022
Post comments count0
Post likes count5

Deploy Visual Studio updates to devices enrolled in Windows Update for Business

Christine Ruana
Christine Ruana

Starting in November 2022, IT Administrators can now deploy Visual Studio administrator security updates throughout their organization to cloud connected devices that are configured to use Windows Update for Business (WUfB) and are managed by mobile device management solutions such as Microsoft Endpoint Manager (also known as Intune). This solution...

Visual StudioIT AdminAdministrator Updates
Oct 5, 2022
Post comments count2
Post likes count2

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

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

Visual StudioAzureVisual Studio 2022
Sep 22, 2022
Post comments count4
Post likes count7

Now Introducing Arm64 Support for VS Extensions!

Leslie Richardson
Leslie Richardson

Back in June, we announced Arm64 Visual Studio 2022 application, the first version of Visual Studio that natively supports building and debugging Arm64 apps on Arm-based processors.  Now, we’re excited to announce the extensions you write, and use, are supported in Arm64 VS!   Adding Arm64 support to your new or existing extension Making ...

Visual StudioExtensionsVisual Studio 2022