R – keyboard shortcut to quickly find and open a file in Visual Studio 2005/2008 like how they do it in TextMate

keyboard shortcutsvisual studio

Is there a keyboard shortcut to quickly find and open a file in Visual Studio 2005/2008 like how they do it in TextMate?

In textmate Command + T in Textmate brings up something that you can type a few key which would display all relevant files and allow you to quickly select one, Command + T back and forth also allows you to quickly alternate between 2 files most recently used. This is extremely helpful.

I am aware that there is a Ctrl + Alt + which shows a list of all open documents which is almost there but not quite.

Best Answer

You can hit Ctrl+D to go to the search box, then type >of filename (with autocomplete).

You can also do this and other commands in the command window or the immediate window.

Or, if you don't mind buying, ReSharper has Go to File which I highly recommend. It's Ctrl+Shift+N and it brings up a nice search dialog that supports wildcards and other shortcuts.