Showing archive results for 2023

Sep 20, 2023
Post comments count5
Post likes count4

Enhancing the CMake Targets View in Visual Studio

Sinem Akinci
Sinem Akinci

The CMake Targets View in Visual Studio is a view that allows you to visualize your CMake project structure by the CMake targets and build specified target libraries and executables. To make this view more usable, we have implemented a few new improvements to make it easier than ever to navigate your CMake targets. This includes improved navigation...

C++CMake
Sep 18, 2023
Post comments count3
Post likes count2

What’s New for the Remote File Explorer in Visual Studio

Sinem Akinci
Sinem Akinci

The Remote File Explorer gives you the capability to access your files and folders on your remote machines that you are connected to through the Connection Manager in Visual Studio, without having to leave the IDE. Since we last spoke, the team has implemented new features to further enhance your remote file workflows by listening to your direct fe...

C++Linux
Sep 14, 2023
Post comments count0
Post likes count2

Make Member Function const and Global Function Static in Visual Studio

Mryam Girmay
Mryam Girmay

We are delighted to announce that Visual Studio Preview now includes the "Make Member Function Const" and "Make Global Function Static" features. To check out these features, make sure you update to the latest version of Visual Studio Preview.  Make Member Function Const Visual Studio now generates hints to mark member functions as when a me...

C++
Sep 11, 2023
Post comments count6
Post likes count2

Integrating C++ header units into Office using MSVC (2/n)

Cameron DaCamara Zachary Henkel
Cameron,
Zachary

In this follow-up blog, we will explore progress made towards getting header units working in the Office codebase. Overview Overview Last time we talked about how and why header units can be integrated into a large cross-platform codebase like Office. We discussed how header units helped surface conformance issue...

C++General C++ Series
Aug 10, 2023
Post comments count5
Post likes count3

MSVC Address Sanitizer – One DLL for all Runtime Configurations

Amy Wishnousky
Amy Wishnousky

With Visual Studio 2022 version 17.7 Preview 3, we have refactored the MSVC Address Sanitizer (ASan) to depend on one runtime DLL regardless of the runtime configuration. This simplifies project onboarding and supports more scenarios, particularly for projects statically linked (, ) to the C Runtimes. However, static configurations have a new depen...

C++
Aug 9, 2023
Post comments count2
Post likes count4

Introducing CMake Debugger in VS Code: Debug your CMake Scripts using Open-Source CMake Debugger

Sinem Akinci
Sinem Akinci

The new CMake Debugger that was introduced in Visual Studio is now available in VS Code. Now, you can debug your CMakeLists.txt scripts from VS Code using the CMake Tools Extension. To see the full release notes for this release and what else is included, including bug fixes, please see the release notes. Background The Visual C++ team collaborat...

C++CMakeVisual Studio Code
Aug 8, 2023
Post comments count3
Post likes count4

What’s New for C++ Developers in Visual Studio 2022 17.7

Sy Brand
Sy Brand

We are happy to announce that Visual Studio 2022 version 17.7 is now generally available! This post summarizes the new features you can find in this release for C++. You can download Visual Studio 2022 from the Visual Studio downloads page or upgrade your existing installation by following the Update Visual Studio Learn page. Core Editor Comparin...

C++
Jul 31, 2023
Post comments count1
Post likes count3

vcpkg 2023.06.20 and 2023.07.21 Releases: GitHub Dependency Graph Support, Android Tested Triplets, Xbox Triplet Improvements, and More…

Augustin Popa
Augustin Popa

The 2023.07.21 release of the vcpkg package manager is available. This blog post summarizes changes from April 16th, 2023 to July 21th, 2023 for the Microsoft/vcpkg, Microsoft/vcpkg-tool, and Microsoft/vcpkg-docs GitHub repos. Some stats for this period:   Notable Changes Notable changes for this release are summa...

C++Vcpkg
Jul 20, 2023
Post comments count0
Post likes count1

Partnering with The Coalition to Bring Unreal Engine Find All Blueprint References to Visual Studio 2022

David Li
David Li

Introduction We are thrilled to bring you the 3rd batch of exciting Unreal Engine integrations in Visual Studio 2022! Since our initial announcements, our team has been hard at work building additional integrations based on your invaluable feedback. Recently, we have been working closely with our partners at The Coalition. Their work on the po...

C++AnnouncementGame Development
Jul 13, 2023
Post comments count8
Post likes count10

Visualize Macro Expansion for C++

Mryam Girmay
Mryam Girmay

We are excited to announce the availability of Visualize Macro Expansion in Visual Studio 17.7 Preview. This feature lets you visualize the step-by-step expansion of macros. To begin utilizing this feature, ensure that you update to the latest version of Visual Studio Preview. Visualize Macro Expansion Visual Studio has introduced an enhanced...

C++Game Development