From Eclipse i'm confortable with
F3 to enter a method and ALT + <-
In visual studio (2010) its F12 to enter the method, but how do i get back to the call, where i jumped in?
You can select blocks of text by holding Shift+Alt (Shift+Option on macOS) while you drag your mouse. A separate cursor will be added to the end of each selected line. You can also use keyboard shortcuts to trigger column selection.
On the menu bar, choose Tools > Options. Expand Environment, and then choose Keyboard. Optional: Filter the list of commands by entering all or part of the name of the command, without spaces, in the Show commands containing box. In the list, choose the command to which you want to assign a keyboard shortcut.
In my VS Code V 1.20.1 the shortcut is:
Ctrl + Alt + - for backward.
For going forward is Ctrl + Shift + -.
We can change these shortcuts just like in Eclipse by selecting the menu File -> Preferences -> Keyboard shortcuts, and type on the search field for Go Back
or Go Forward
.
You can use Shift + F12 to list all references, and the original method will be listed.
Ctrl + - will navigate backward, whilst Ctrl + Shift + - will navigate forward (in the context of where you were working in your code).
Ctrl + , will allow you to search for a method to navigate to.
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