Showing results for August 2023 - Visual Studio Blog

Aug 30, 2023
214
13

Visual Studio for Mac Retirement Announcement

Anthony Cangialosi
Anthony Cangialosi

Today we are announcing the retirement of the Visual Studio for Mac IDE. Visual Studio for Mac 17.6 will continue to be supported for another 12 months, until August 31st, 2024, with servicing updates for security issues and updated platforms from Apple. While the decision has been made to retire Visual Studio for Mac, we remain committed to our ...

Visual Studio for MacVisual Studio 2022 for MacVSMac
Aug 29, 2023
0
3

Learn about new and old VS tools on Visual Studio Toolbox!

Leslie Richardson
Leslie Richardson

Do you like watching videos to learn about new and existing Visual Studio features?  Then you should check out the Visual Studio Toolbox show!  Available on both Learn and YouTube, Visual Studio Toolbox is a show that helps you become a more productive developer in VS by highlighting tooling within the IDE and the wider Visual Studio family.  ...

.NETVisual StudioVisual Studio 2022
Aug 28, 2023
10
14

Working with images just got easier in Visual Studio

Mads Kristensen
Mads Kristensen

Any web, desktop, or mobile developer works with images often. You reference them from C#, HTML, XAML, CSS, C++, TypeScript, and even in code comments. Some images are local, and some exist online or on network shares, while others only exist as base64 encoded strings. We refer to them in numerous ways in code, but always as string values that don...

PreviewExperiment
Aug 23, 2023
17
12

Safely use secrets in HTTP requests in Visual Studio 2022

Sayed Ibrahim Hashimi
Sayed Ibrahim Hashimi

In the 17.8 Preview 1 version of Visual Studio 2022 we have updated the HTTP file editor to enable you to externalize variables to make testing your Web APIs across different environments easier. This update also includes support to handle secrets in a secure fashion. To access these new features, you’ll need to install 17.8 Preview 1, or later, ...

Aug 22, 2023
16
7

Simplified Code Refinement and Debugging with GitHub Copilot Chat

Mark Wilson-Thomas Mark Downie
Mark,
Mark

This March, we announced GitHub Copilot chat for Visual Studio 2022. With Chat, Copilot has moved beyond code completions, offering in-depth analysis and explanations of how code works. It supports the generation of unit tests, and even helps with proposed fixes to bugs, and explaining exceptions. By gathering useful context data from Visual Studio...

Chat
Aug 21, 2023
16
12

New in Visual Studio: Compare Files with Solution Explorer

Dalia Abo Sheasha
Dalia Abo Sheasha

Comparing code in different files is a common need for developers, yet it often disrupts the flow of your work. We've heard your feedback and are excited to introduce a new compare feature in Visual Studio. This feature enables you to compare code files directly within the Solution Explorer, eliminating the need for external tools and keeping you ...

Visual Studio 2022ProductivityEditor
Aug 17, 2023
8
6

Multi-Branch Graph Available for General Audiences

Jessie Houghton
Jessie Houghton

The power of version control comes alive when you can visualize your Git operations with the new multi-branch graph, available in 17.7 GA. In response to your feedback, we’ve delivered an improved graph experience. Track all the branches, commits, and merges that arise in your git workflows by viewing multiple branches at the same time. ...

GitGit IntegrationMulti-branch Graph
Aug 16, 2023
2
4

Unleashing the Power of Visual Studio 2022 for C++ Game Development

David Li
David Li

In Visual Studio 2022 v17.7, we are excited to bring you a multitude of performance tune-ups, productivity enhancements, and Unreal Engine integrations for C++ game development. In this blog post, you will learn how to take advantage of these new improvements whether you use Unreal Engine or a proprietary game engine. Not a game developer? See ...

C++Game DevelopmentUnreal Engine
Aug 15, 2023
4
7

My favorite features in Visual Studio 17.7

Mads Kristensen
Mads Kristensen

Two of my favorite features in Visual Studio happen to share a similar origin story. They were both created in deep collaboration with you, the user, and went through multiple iterations before you gave your final thumbs up. This is the story of how they came to be and why they are my favorites. File comparison Visual Studio 2012 introduced ...

Editordiff
Aug 14, 2023
8
4

Visual Studio 2022 – 17.7 Performance Enhancements

Nayana Srikanth
Nayana Srikanth

Visual Studio 2022 17.7 introduces a set of exciting performance improvements that cater to key areas like F5 Speed, Enhanced Light Bulb Performance in C#, improved memory consumption in C# spell checker, C++ Unreal Engine – IntelliSense optimization, Solution Explorer, Find in Files and much more.  Our key theme is to elevate the performance of...

Feedback