Latest update: in Visual Studio 2010 you can use Ctrl + , to find any elements (Class name/ file name/method name... etc)
Origional blog:http://www.alteridem.net/2007/09/11/quickly-findopen-a-file-in-visual-studio/
Here is a cool Visual Studio feature that almost nobody knows about. If you want to open up a file in your solution, but can’t be bothered to dig down through your projects and folders to find it, try this,
Update: After this post made the front page of DotNetKicks, Aaron Lerch wrote a great post on his blog with more things that you can do with the find combo. One thing that is very useful is that with the>, you can issue any command, the alias>of mentioned here is just one of many. For a list of the commands, check outthis MSDN page.
Another useful tip is that Ctrl+D or Ctrl+/ will automatically jump to the find box, so your hands don’t even need to leave your keyboard.
Update: This trick was also mentioned on Just Sayin More Words as a part of hisStupid Visual Studio Trickseries. Thanks.
原文:http://www.cnblogs.com/habibah-chang/p/3526796.html