Make VS work better with MVC
This is inspired by https://connect.microsoft.com/VisualStudio/feedback/details/532873/browse-with-menu-not-available-in-mvc-applications
I'd also want this feature, but before that I want VS IDE to be able to read MVC project structure correctly, so that when I hit "F5" when I'm viewing a .cshtml file, it'll try to bring me to \{controller}\{view} instead of trying to map to non-browsable \View\{viewname}.cshtml file.
7
votes