Is there a way to quickly find files in Visual Studio 2010?

Cody C picture Cody C · Apr 19, 2010 · Viewed 80.5k times · Source

Does Visual Studio 2010 have a built-in way to quickly find/open files, similar to the Ctrl+Shift+O function in Eclipse?

Or does ReSharper offer this functionality?

Answer

Kirill Osenkov picture Kirill Osenkov · Apr 21, 2010

Ctrl+,

I'm surprised no one gave the right answer:

Navigate To can show you a list of open files and lots more. http://weblogs.asp.net/scottgu/archive/2009/10/21/searching-and-navigating-code-in-vs-2010-vs-2010-and-net-4-0-series.aspx

CTRL+COMMA is your friend.