How can one use the “Add view” dialog in Visual Studio efficiently when working with ASP.NET MVC?

坚强是说给别人听的谎言 提交于 2019-12-05 02:22:28
  1. There is search/filter, but it's a "starts with" search. Start typing and the list will be filtered.
  2. You can paste the type name, but you do need the namespace.
  3. No, I don't think you can remove assemblies.

Could it be improved? Sure. Some of your suggestions are good, and you should consider filing Connect reports for them. Is it useless, IMHO, no.

I tried the dialog in VS2010. As of beta 2, it behaves the same as VS2008, AFAICS. So get your suggestions in soon!

I mainly agree with you. While it's not competely useless, tha fact that all the classes from the referenced libraries show up and that it doesn't have a search box make it slow to add a new view. Maybe you could file a wishlist bug report on the ASP.NET MVC site...

As it seems from that there is no usable workaround for this, I have filed a suggestion at Connect.

In case anyone else feels that this dialog should be improved, please vote for the suggestion in Connect.

Resharper 5.0 implements this dialog very efficiently, solving all the described problems.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!