Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shortcut key to open a class or a file in VS2010?

I've googled around for an answer to this - can't find one.

In Intellij, if you want to open an arbitrary class, you press ctrl-n, you get a little text box where you can type the name of a class or just the camel caps initials or some wildcards.

Same with files - ctrl-shift-n.

What is the keystroke to do this in Visual Studio 2010?

like image 371
marathon Avatar asked Sep 25 '11 02:09

marathon


1 Answers

Press Ctrl + ,

like image 173
SLaks Avatar answered Dec 22 '22 02:12

SLaks