Method of quickly changing between view and controller in visual studio - ASP.NET MVC
asp.net-mvc, keyboard-shortcuts, visual-studio
Solution
Answering my own question Yes there is. There appears to be a default shortcut key Ctrl-M then Ctrl-G.
This will automatically switch between the two. If you're on the controller/action it will switch to the view and vice versa.
Problem
Is there a way of quickly switching between controllers and views in Visual Studio when developing ASP.NET MVC applications? I find that the solution explorer has quickly become very difficult to navigate through simply due to the quantity of files that is in there.