Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the shortcut to open a file within your solution in Visual Studio 2008?

What is the shortcut to open a file within your solution in Visual Studio 2008 (+ Resharper)?

like image 862
Sara Chipps Avatar asked Sep 09 '08 15:09

Sara Chipps


3 Answers

Ctrl + T (ReSharper, Goto, type) will open a class file for you.

Looks like Ctrl + Shift + T opens files.

like image 198
Simon Keep Avatar answered Oct 02 '22 16:10

Simon Keep


Depending on your keymap, Ctrl + Shift + N will open any file in the solution, or Ctrl + N will open any type.

like image 30
Thomas H Avatar answered Oct 02 '22 15:10

Thomas H


If the standard toolbar is visible the following will open any file in the solution (resharper is not necessary).

Ctrl + D places you in the Find textbox. >of f will provide a dropdown with all files that start with f with path information after the filename to distinguish name collisions. Complete the filename, or arrow down to the correct one and hit enter to open it in the editor.

like image 26
Steve Steiner Avatar answered Oct 02 '22 15:10

Steve Steiner