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


当前回答

CodeMaid似乎非常有用——它在保存时自动格式化,这为开发人员和代码差异之间节省了大量时间。(是否有其他工具可以使用VS自动格式化文档?)

其他回答

Visual Studio颜色主题编辑器(免费)

我不能编码,除非我的VS2010有一个类似stackoverflow的主题。

有形的T4编辑器加上建模工具VS2010添加智能感知和语法着色T4文本模板(免费)

VSCommands是最好的免费插件之一! (视觉工作室画廊链接)

Vingy(免费)

Vingy 1.0是Visual Studio 2010的一个简单但有效的插件,这样你就可以以一种非侵入式的方式搜索网页,并且可以根据来源过滤结果。

吝啬 http://lh4.ggpht.com/__Mw4iY-4nuY/TKic0LcfKgI/AAAAAAAAA7s/OR82RFQFSU8/s1600-h/image%5B14%5D.png

你可以通过在Visual Studio IDE中点击查看->其他窗口-> Vingy搜索窗口来打开Vingy,或者只是通过高光显示文档中的一些文本,然后点击工具->搜索所选文本(Ctrl + 1)。

用Vingy搜索非常简单。您可以通过两种方式启动搜索。

在Vingy搜索框中输入文本,然后按“Enter”或单击“Go”按钮 当你在Visual Studio中输入时,在编辑器中突出显示一些文本,然后按Ctrl + 1

清洁项目-清洁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.