The Visual Studio autoexp.dat syntax allows you to display ‘the name of the most-derived type of the object’ with the 'special format' <,t>
, which is very helpful if you have lots of derived types. From the syntax, I assumed that you could do the same thing for members, such as <member,t>
, but when I try that the preview only shows ???
Are there ways to display the name of a member’s type in the preview?
I’d like to be able to do it in the [autoexpand]
section, and also in the [visualizer]
section (for different objects of course).