Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can ReSharper always jump to view's .cshtml in ASP.NET MVC project instead of asking me?

I'm talking about this menu, which appears when I press Ctrl+B: enter image description here

In 99.99% I want to see a .cshtml, could it be made a default option (so that resharper would open the file without asking)?

like image 243
vorou Avatar asked Nov 21 '25 04:11

vorou


2 Answers

I don't know if it comes with Visual Studio or ReSharper but there is a shortcut named Go to View.

CtrlM + CtrlG

Maybe not the answer you are looking for but it's quite useful.

like image 197
Ufuk Hacıoğulları Avatar answered Nov 22 '25 16:11

Ufuk Hacıoğulları


So, the answer is: there is no such feature in ReSharper yet (I posted an issue and they added it to 8.1 backlog).

like image 33
vorou Avatar answered Nov 22 '25 16:11

vorou