You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
znakeeye
Posted - Oct 17 2007 : 07:35:08 AM Many times I want to go to the definition of function Foo in the base class.
void CSubClass::Foo()
{
// If I press Alt+G (or some suitable key combination),
// I want to come to CBaseClass::Foo() { ...
}
How about that?
2 L A T E S T R E P L I E S (Newest First)
znakeeye
Posted - Oct 19 2007 : 03:00:23 AM Yeah, but how about Alt+S (super class) or similar? :P
feline
Posted - Oct 17 2007 : 08:59:53 AM Show VA View and then hover over the class or function name. The base class is shown at the bottom of the class in the HCB. This is not one key access, it is true, but I am fairly sure adding it to the alt-g menu is going to get in people's way more often than it helps.