Resharper Navigate to MVC View
asp.net-mvc, resharper, visual-studio-2013
Solution
Go to Resharper->Manage Extensions and click the Online tab. Then search for Resharper.ExternalAnnotations, and install the package it comes up with.
Finally go to Visual Studio Tools->Options and go to the Resharper->General options page. Click Suspend Now followed by Resume to restart Resharper.
Problem
I recently upgraded to Resharper 8.1 and VS 2013 Before I could ctrl+click on a View to jump to it, but this no longer works. Is there a feature I need to enable to get it back? ``` PartialView("_MainMenu", viewModel); ```