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


当前回答

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.

其他回答

代码契约编辑器扩展,这是一个免费的扩展,它提供了关于您当前正在处理的方法的继承契约的信息,以及您正在调用的任何方法的契约列表。不幸的是,后者与Resharper功能冲突,但前者仍然可以正常工作。

ReSharper(不自由)

TFS 2010的搜索工作项(免费)

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

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

HQLAddin - for NHibernate HQL编辑器。