HateDread
Junior Member
Australia
23 Posts |
Posted - Dec 29 2023 : 12:57:28 AM
|
Looking at this cool new feature: https://devblogs.microsoft.com/visualstudio/size-alignment-and-memory-layout-insights-for-c-classes-structs-and-unions/
I was not getting any of the displays shown when hovering my types in VS 2022 17.9.0 Preview 2.0 - not just no memory information, but no pop-up info on type hover at all.
I noticed in the comments someone talking about it not working with Resharper, and thought the same might be happening with VAX. Is there a way to at least toggle back to whatever "default" pop-up on type hover VS would normally give?
EDIT: Hmm, looks like I was having an unrelated issue after switching to using PCH files (some definitions I was adding incorrectly that were throwing off the built-in intellisense even without VAX). After resolving those and regenerating the solution, we're back, and the hover box appears, memory layout is there, etc. Cheers! |
Edited by - HateDread on Dec 29 2023 01:33:21 AM |
|