3

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

vorou
  • 1,869
  • 3
  • 18
  • 35

2 Answers2

3

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.

Ufuk Hacıoğulları
  • 37,978
  • 12
  • 114
  • 156
  • Thanks! but it don't work when I'm returning a view with explicit name from controller (like here `return View("ViewName", new GridModel(query));`. It says "Unable to find matching view". – vorou Jun 04 '13 at 14:03
  • @vorou Yeah, it only tries to find the default view I guess. – Ufuk Hacıoğulları Jun 04 '13 at 14:13
1

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

vorou
  • 1,869
  • 3
  • 18
  • 35