sellit697
New Member
2 Posts |
Posted - Mar 17 2010 : 5:01:49 PM
|
In C++, right now when I mouse over a member variable for Class ABC, I am shown the class information for ABC in VA View. However, a lot of times I really want to see the class information for the member variable itself. So if the member variable is a pointer to an object of Class DEF, I many times want VA View to show the class information for Class DEF.
Is this at all possible, whether automatically or through some keystrokes? Obviously I can go to declaration, and then mouse over the declaration, but that means opening the .h for the class, which can become quite tedious. |
|