How to fast navigate to specific Index View in MVC using Ctrl+Shift+N
Almost all my view are called Index (not a surprise), and are placed in apropriate folders according to convention.
So far I am using Ctrl+Shift+N type 'Index' and use arrow to find View I am looking for, which sometimes means scrolling for a half of screen.
Is there a faster way to achieve this?
BR
Krzysztof
Please sign in to leave a comment.
Hi,
ReSharper 8 EAP introduced 'GO To Everything' feature, which should help in such cases. Also, you may use Camel Humps and combos to achieve a faster and narrow way for such navigation.
Hope it helps.
Thanks!