Showing results for November 2023 - Visual Studio Blog

Nov 29, 2023
9
5

My favorite features in Visual Studio 17.8

Mads Kristensen
Mads Kristensen

It was a busy week for the Visual Studio team, preparing for both Ignite and .NET Conf. And releasing the latest version of Visual Studio 2022 which is now up to version 17.8. There were lots of announcements of cool new features, AI enhancements, performance improvements, and much more. That was a lot to digest, so I thought I’d bring attention ...

Nov 28, 2023
15
6

Write Your Git Commits with GitHub Copilot

Jessie Houghton
Jessie Houghton

After spending hours on a bug fix or a feature update, often the last thing we developers want to do is carefully explain the contents of the Git commit. The latest Visual Studio preview is here to help. Use the new generated Git commit message feature to help you describe your set of changes. You can then refine the message with "why" the change ...

Nov 23, 2023
8
2

Community Feedback Building 17.8 & 17.9 Preview 1

Jason Chlus
Jason Chlus

The Visual Studio team depends on community feedback from all users to help create, design, and improve Visual Studio. We’re thrilled to announce that Visual Studio version 17.8 (available here today) utilized more than 360 feedback items from Developer Community. We are currently working hard to build the next version of Visual Studio and just ...

Nov 22, 2023
20
4

Visual Studio 2022 – 17.8 Performance Enhancements

Nayana Srikanth
Nayana Srikanth

  Version 17.8 welcomes an array of exhilarating performance enhancements, including Improved Razor/Blazor Responsiveness, Enhanced F5 Speed, Optimized IntelliSense for C++ Unreal Engine and Build Acceleration for Non-SDK style .NET Projects.  At the heart of these changes is our commitment to enhancing performance, providing an ideal ...

Nov 21, 2023
5
3

Visual Studio 2022 v17.8 Brings Increased Productivity, Further Unreal Engine Integration, and Cross-Platform Enhancements to C++

Sinem Akinci
Sinem Akinci

Introducing the latest updates to Visual Studio 2022, designed to make your development experience more productive and efficient than ever before. Our Visual Studio 2022 17.8 release includes powerful C++ productivity features that empowers you to check the size and alignment of classes, make member functions const, and make global functions static...

Nov 20, 2023
10
4

Create a Pull Request with Summary Difference View Available in GA

Jessie Houghton
Jessie Houghton

You can now create a pull request in the 17.8 release of Visual Studio. With over 280 votes and 60 comments in Developer Community, integrating create a pull request has been a highly suggested feature with community involvement to make it happen. We’ve improved on the pull request preview feature released in 17.7 preview 2. You can now leverage ...

Nov 16, 2023
54
21

The Visual Studio UI Refresh Preview is here!

Dante Gagne
Dante Gagne

Back in May, we showed a first look into the UI Refresh that we've been working on for Visual Studio. We’ve been working on a refresh for the Visual Studio UI to improve productivity, create a more inclusive environment, and keep up with evolving global accessibility requirements. The feedback we've collected from that first post and the ...

Visual StudioVisual Studio 2022UI Refresh
Nov 15, 2023
16
6

Introducing Visual Studio 17.9 – Preview 1 is Here!

Maddy Montaquila
Maddy Montaquila

We're excited to introduce Visual Studio 17.9 Preview 1, another leap forward in our continuous effort to enhance your development experience. This latest iteration is not just an update; it's a transformation, enriched with features that speak directly to your needs for productivity and flexibility.  At the heart of this release is a ...

Nov 14, 2023
35
4

Visual Studio 17.8 now available!

Adrian Murphy
Adrian Murphy

Unlock New Heights in Developer Productivity: Optimized C++ Support, Enhanced Enterprise Capabilities, and Full .NET 8 Integration The latest update (17.8) for Visual Studio 2022 is now generally available! Offering a comprehensive suite of enhancements that span productivity, programming languages, and enterprise management, this general ...

.NETVisual StudioAnnouncement
Nov 1, 2023
3
6

Latest Updates for CMake Development in Visual Studio

Sinem Akinci
Sinem Akinci

Visual Studio has native CMake integration that allows C++ users to build and develop using CMake and supports their unique needs. CMake is a cross-platform build tool for C++ and with Visual Studio’s latest tools, users can be more productive when it comes to configuring with CMake. To learn more about Visual Studio’s CMake integration, please...