all groups > dotnet general > april 2005 >
You're in the

dotnet general

group:

keyboard macro c++ methods shotrtcuts


keyboard macro c++ methods shotrtcuts marfi95 NO[at]SPAM yahoo.com
4/21/2005 5:30:43 PM
dotnet general:
I love the F12 key under C++ where I can go directly to a method even
if it is overloaded. What I was wondering is if there is a way through
a macro or something that already exists that would let me put the
cursor on a method and return a list of methods that call that method.
It wouldn't need to be nested, but just the immediate calling method
would be excellent.

Thanks,
Mark
Re: keyboard macro c++ methods shotrtcuts Dave
4/21/2005 10:38:43 PM
I'm unaware of such thing in VS.NET... maybe someone has coded it and will lend it to you?

For now, try right-mouse clicking the reference and selecting "go to reference".

--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
[quoted text, click to view]

Re: keyboard macro c++ methods shotrtcuts Dave
4/21/2005 10:39:25 PM
Sorry, i meant "go to definition" -- oops :)

--
Dave Sexton
dave@www..jwaonline..com
-----------------------------------------------------------------------
[quoted text, click to view]

Re: keyboard macro c++ methods shotrtcuts Lance Wynn
4/21/2005 10:58:48 PM
On my version of VS 2003, the F12 key does what it's supposed to (Goes to
the definition under the cursor), and then I use the (CTRL -) to jump back
to the previous position. Maybe there's a setting for it?

Lance
[quoted text, click to view]
I love the F12 key under C++ where I can go directly to a method even
if it is overloaded. What I was wondering is if there is a way through
a macro or something that already exists that would let me put the
cursor on a method and return a list of methods that call that method.
It wouldn't need to be nested, but just the immediate calling method
would be excellent.

Thanks,
Mark

AddThis Social Bookmark Button