Dardar
Dardar

Reputation: 751

Is there VS2012 "go to file" plugin?

My resharper license just finished and until we'll buy a new one I was wondering if there is a plugin for VS2012 that is like the "go to file" (I think it ctrl+shift+T) ?

It is my single most used operation in resharper (basically since we are working in c++)

Any suggestions will be appreciated

Upvotes: 0

Views: 156

Answers (2)

Zaheer Ahmed
Zaheer Ahmed

Reputation: 28538

Goto Edit -> Navigate To and see shortcut defined for your Visual Studio.

navigate to

Default would be:

Ctrl+, (Ctrl+Comma) enter filename and goto file.

Upvotes: 0

Ohlin
Ohlin

Reputation: 4178

In VS2012 there's a function to "Sync with active document" where the currently open file will be selected in the Solution Explorer. If this is what you mean by "go to file" then you can simply type Ctrl+[ and s to do it.

You can also click on the double arrow button in the Solution Explorer to select the currently open window.

enter image description here

Upvotes: 2

Related Questions