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


当前回答

VS10x代码映射 那太酷了。容易跳向财产,方法。且易扩大塌陷区域多。

其他回答

对齐-显然我是偏见,因为我写了它,但它是我使用的扩展比任何其他。

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

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

devColor(自由)

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

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.