• LexiMax
    link
    fedilink
    arrow-up
    1
    ·
    1 year ago

    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 or class will reveal its size and alignment. I can’t be the only one thankful that I will soon no longer have to constexpr auto x = sizeof(Foo); 😀