Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Goto type

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
kevin.kostrzewa Posted - Sep 12 2012 : 12:39:13 PM
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.
2   L A T E S T    R E P L I E S    (Newest First)
support Posted - Oct 29 2012 : 10:56:15 AM
case=69239 is implemented in build 1918
accord Posted - Sep 12 2012 : 3:26:18 PM
This is a very good idea, indeed. I have put in a feature request to see what the developers make of it:

case=69239

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