开发者

navigate to calling code Visual Studio

开发者 https://www.devze.com 2022-12-30 18:24 出处:网络
I want to know that we can use F12 to jump to the function that is called from this co开发者_如何学JAVAde , if i have to return to the code again how I can do this.I believe that the command you\'re l

I want to know that we can use F12 to jump to the function that is called from this co开发者_如何学JAVAde , if i have to return to the code again how I can do this.


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).

0

精彩评论

暂无评论...
验证码 换一张
取 消