你推荐Visual Studio 2010的哪些扩展? (请说明它是否免费,以及它的用途/功能)


当前回答

清洁项目-清洁Visual Studio解决方案

How many times have you wanted to send a project to a friend or upload it to a web site like MSDN Code Gallery only to find that your zip file has lots of stuff that you don't need to send in it making the file larger than it needs to be. bin folder obj folder TestResults folder Resharper folders And then if you forget about removing Source Control bindings whoever gets your project will be prompted about that. As someone who does this process a great deal I decided to share with you my code for cleaning a project.

其他回答

devColor(自由)

小工具,强调十六进制颜色的样式表与正确的颜色。我真的很喜欢它融入编辑器的方式。

ReSharper(不自由)

WoVS快速添加参考

“快速添加引用”扩展增强了VS显示的未识别类型的智能标记,让您有机会为该类型添加相应的程序集引用,如果需要在单个镜头中添加相应的“using”子句。

AnkhSVN(自由)

即使你使用VS之外的其他SVN shell(如TortoiseSVN),我也建议安装这个源代码控制提供程序来自动跟踪文件的重命名、删除等。

HQLAddin - for NHibernate HQL编辑器。