Since I followed this article to implement a theme engine in Asp.net MVC website. But by doing this I can't have "Add View" dialog by right click on ~/Themes/ folder. By default "Add View" dialog can only show up when I click ~/Views/ folder. Can I have any chance to set it show up for ~/Themes/ Folder?
Edit: My Teammate want to change some options in asp.net mvc T4 template, he put CodeTemplates in website root folder. He can't find the options from his T4 by doing : Add --> New Item ---> MVC View Page
It seems Views folder can't be changed to another name in ASP.net MVC. Otherwise you will lose those T4 related items in VS IDE.