Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 "Goto type" in C++

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
ahkow Posted - Aug 13 2011 : 10:49:27 PM
Hi, is there anyway to "Goto type" when the cursor is under a variable in C++. Eg:

class CApple {
  ...
};

CApple apple;
void foo() {
   apple.bar(); 
}

For example pressing a shortcut key in 'apple.bar()' will go to the line 'class CApple', which is the type of 'apple'.

Thanks.
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Aug 15 2011 : 1:07:34 PM
Not currently, but we are considering adding a command to do this:

case=9113

Currently you need to use Alt-g to go to the declaration / definition of the item in question, and then use Alt-g a second time to go to the declaration of the type.

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000