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


当前回答

《幽灵医生》(免费)

正确地配置它需要一段时间,但它可能非常有用。

其他回答

VisualHG是Mercurial的一个源代码控制插件,它从vs驱动TortoiseHG。我是Mercurial和DVCS的忠实粉丝。VisualHG做了很好的n积分。Git的粉丝们——我不是在要求一场火力战。Hg只是我的品牌。

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

快速打开文件的Visual Studio 2010 -免费。模拟Eclipse用户所熟知的Open Resource特性。这个插件为Visual Studio打开任何解决方案文件提供了同样快速的方法。

VS10x编辑器视图增强器-免费beta版。类型和成员定义强调,块结束细节,可点击的热点(c#和VB文档)

鼠标缩放(免费)

缩放鼠标光标,而不是缩放可见文档的顶部。 无论当前设置什么缩放级别,始终滚动25%。

Ctrl +鼠标滚轮->放大/缩小鼠标光标。 Ctrl + Shift +鼠标滚轮->一直放大/缩小(在100%时暂停)。 Ctrl +鼠标中键点击->缩放到100%。

Visual Studio Gallery Home http://visualstudiogallery.msdn.microsoft.com/en-us/6de43ab2-e65c-40b3-9986-b0351c28ce53

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.