vorou
vorou

Reputation: 1909

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)?

Upvotes: 3

Views: 585

Answers (2)

vorou
vorou

Reputation: 1909

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

Upvotes: 1

Ufuk Hacıoğulları
Ufuk Hacıoğulları

Reputation: 38488

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.

Upvotes: 3

Related Questions