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


当前回答

DevExpress CodeRush /重构!专业版(不免费,249.99美元)

它比Resharper好得多(顺便说一下,Resharper总是让我的VS慢到爬行),它可以与c#和VB一起工作。NET(包括重构),支持和社区是非常棒的。物有所值。是的,它支持2010年(在写这篇文章的时候是RC版本)。

其他回答

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

PowerCommands(自由)

JScript编辑器扩展

Bundles the following extensions for the Visual Studio 2010 JScript editor Brace Matching Adds support for automatically highlighting the matching opening or closing brace to the one currently at the cursor. Supports matching parenthesis: (), square brackets: [], and curly braces: {}. Braces in strings, comments and regular expression literals are ignored. Outlining / Cold-folding Adds support for automatically creating outlining regions for JScript blocks. Blocks are detected via opening and closing curly braces. Braces in strings, comments and regular expression literals are ignored. Current Word Highlighting Adds support for highlighting all instances of the word currently at the cursor. IntelliSense Doc-Comments Support Adds support for the element in JScript IntelliSense doc-comments to allow display of new lines in IntelliSense tooltips.

RockScroll(免费)-双击一个单词/符号,高亮显示该单词/符号的所有出现。还将滚动条替换为代码预览,并突出显示编辑点和“所有发生”行。

使用示例:想要查看变量是否在当前源文件中的其他地方使用?双击变量,查看滚动条中的任何红色高亮。

这是我的扩展列表。

上面的列表非常全面,所以我花了一些时间来寻找我需要的扩展。这是快照。希望它能帮助到一些人。

我尝试安装comaid,它看起来是一个漂亮的插件,但我的Visual Studio响应变得非常慢。感觉有些线程在码女启动的时候一直在做一些工作。 现在先卸载。