Is there any short-cut or device in Visual Studio to let me quickly get focus on the file I am editing?
I often meet the scenario: after I edit a specific c# file for a while, I suddenly want to search for other files in the same directory hierarchy.
Pressing
F7will set the focus on the code editor, or customize it yourself by overwritingView.ViewCode.You can download a cheat sheet with all the shortcuts from MSDN (mostly for English keyboard layouts):
Or you can create your own cheat sheet (including all your customizations) using a macro: