Key shortcut (hotkey) in Visual Studio to open a file inside your solution?

后端 未结 5 1812
广开言路
广开言路 2021-02-05 01:14

Is there a key shortcut in Visual Studio to find & open a file inside your solution without using Resharper or any other tools?

5条回答
  •  长发绾君心
    2021-02-05 02:09

    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

提交回复
热议问题