I am working on an application which is not developed by me so while understanding the code,I generally go to the method definition by using F12, then there are chances that in this method another method may be there, then i go to this method definition by using F12 so now my question is that how can I back to the starting method
method 1-Here i pressed F12
method 2-After Pressing F12 i am here, method 3 was also called here then i pressed F12 again
method 3-At last I am here
So how can i go back to the method 1 or method 2.
language: C#
Thanks in advance
Hard way: bookmark where you are, using Ctrl+B+T and back to your bookmark using Ctrl+B+N.
Easy way: Just press Ctrl+- to backward and press Ctrl+Shift+- to forward.
Ctrl+- will navigate back to the previous code point.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With