Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
User name:
Password:
Save Password
Forgot your password?

 All Forums
 Visual Assist
 Technical Support
 "Goto type" in C++
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

ahkow
Senior Member

33 Posts

Posted - Aug 13 2011 :  10:49:27 PM  Show Profile  Reply with Quote
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.

Edited by - ahkow on Aug 13 2011 10:51:10 PM

feline
Whole Tomato Software

United Kingdom
18952 Posts

Posted - Aug 15 2011 :  1:07:34 PM  Show Profile  Reply with Quote
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.

zen is the art of being at one with the two'ness
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000