How to navigate / switch between ASP.NET 5 MVC 6 project projects and controller actionresult method

I am using ASP.NET 5 MVC6 RC1 and Visual Studio 2015 Update 1

I want to quickly move between view (.cshtml) and actionresult (controller method).

However, I can not find such an option

Previous stackoverflow solutions do not work

  • When I right click, I don’t have the option "Go to view this answer
  • Shortcust Keyboard Ctrl G or Ctrl M does not work as mentioned in this answer
+6
source share

All Articles