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

keyboard-shortcuts, visual-studio

Solution

This answer is outdated; see here for latest information.

Not a single keystroke, but yes: `Ctrl+D > o f filename` (so that's five keystrokes before you start typing the filename). It then autocompletes the filename for you.

You need the Find box in the toolbar for this to work.

(If you change your mind about addins, SonicFileFinder is for this very purpose, and free.)

Problem

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

Original source

Related problems