ASP.NET MVC Custom View Path breaks Visual Studio shortcuts
问题 I've seen a lot of articles on how to change the default paths for an ASP.NET MVC project so you can relocate or rename your Controllers, Models, and Views folders by extending the RazorViewEngine and specifying new path formats. So far, this works great but the side-effect is that it has broken the Visual Studio shortcuts for "Go to View" or "Add View...". Any ideas on whether those shortcut options can be customized to know about the new paths I've specified? Thanks in advance! - Scott 回答1: