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
 Feature Requests
 Goto type
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

kevin.kostrzewa
New Member

USA
2 Posts

Posted - Sep 12 2012 :  12:39:13 PM  Show Profile  Reply with Quote
I love Alt+G "Goto Implementation", but I find as I'm using C++'s auto keyword more and more, I'd like a "Goto Type".

ex)
(in .h)

struct Glortch { void bar(); void baz(); }; 
Glortch active_monostate();


(in .cpp)

auto foo = active_monostate();

foo.bar();
foo.baz();


I'd like to be able to do a hotkey combo on foo and jump to type Glortch's definition.

Now, I have to Alt+G to foo's creation, and then Alt+G on active_monostate(), and then I see Glotch.
Alternatively, I use Alt+Shift+S (Find Symbol) and try to remember Glortch's name.

accord
Whole Tomato Software

United Kingdom
3287 Posts

Posted - Sep 12 2012 :  3:26:18 PM  Show Profile  Reply with Quote
This is a very good idea, indeed. I have put in a feature request to see what the developers make of it:

case=69239
Go to Top of Page

support
Whole Tomato Software

5566 Posts

Posted - Oct 29 2012 :  10:56:15 AM  Show Profile  Reply with Quote
case=69239 is implemented in build 1918
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