views:

28

answers:

1

Hi Everybody, I want to know that we can use F12 to jump to the function that is called from this code , if i have to return to the code again how I can do this.

A: 

I believe that the command you're looking for is "Navigate Backward", available from the View menu (or CTRL+-). It has a companion command, once invoked, called "Navigate Forward", also on View menu (CTRL+SHIFT+-).

You can use these to move back and forth through a chain of Calling/Callee functions. Obviously, if you're not using the usual Visual Studio shortcut mappings, then the key combinations above may be different (or you may have to assign keys yourself).

Damien_The_Unbeliever
Thank you very much for your reply...Damien_The_Unbeliever
Mohan Sharma
If that's the answer you needed, you should 'accept' it.
egrunin