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

后端 未结 5 1813
广开言路
广开言路 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 01:53

    Similar to Just Shadow's answer I discover that, on Visual Studio 2017, you can do the following:

    Press Ctrl + 1, then f

    Or you could go to Tools -> Options -> Keyboard and change the shortcut of Edit.GoToFile for whatever you like.


    I replaced mine with: Ctrl + O

提交回复
热议问题