17
What's New for C++ Developers in Visual Studio 2022 17.7 - C++ Team Blog
(devblogs.microsoft.com)
The center for all discussion and news regarding C++.
Very exciting. I'm all for improved indexing and search times, and integrating C++ build insights directly into the IDE is a smart move.
However, someone pointed out to me a new feature in the works on the preview branch, Size and Alignment hints, where hovering over a
struct
orclass
will reveal its size and alignment. I can't be the only one thankful that I will soon no longer have toconstexpr auto x = sizeof(Foo);
๐