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


当前回答

CppLister是面向c++开发人员的免费工具。它只是从智能感知数据库中收集当前打开文件的信息,并显示各种信息,方便导航。

其他回答

《幽灵医生》(免费)

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

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.

我不能没有DPack -特别是在处理大型项目时,它使在文件和成员之间导航更容易。而且是免费的。

最喜欢的快捷键:

Alt+U:文件浏览器,过滤文件类型 Alt+G:代码浏览器,过滤你输入的所有成员 Alt+M:代码浏览器,过滤方法在当前文件中键入

...等等。对我来说,在Project Explorer中找到路要容易得多。

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

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

ReSharper(不自由)