Is there a key shortcut in Visual Studio to find & open a file inside your solution without using Resharper or any other tools?
Open the Command Palette: Click - View > Command Palette Type "File: Open File"
VS Code will show you the hotkeys that are currently set when you do this. For me it's Ctrl + O
Ctrl + O