Using a shortcut key to open any resource in Visual Studio 2008

visual-studio-2008

Solution

There appears to be an article describing how to mimic that functionality in VS.

Problem

I am learning .Net after many years of Java programming. In Eclipse we have Ctrl Shift R to open any resource in the project. Is there a similar keystroke in Visual Studio 2008 or is the best to use the Find in Files?

Original source