Reputation: 751
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
Reputation: 28538
Goto Edit -> Navigate To
and see shortcut defined for your Visual Studio.
Default would be:
Ctrl+, (Ctrl+Comma) enter filename and goto file.
Upvotes: 0
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.
Upvotes: 2