谁能推荐一些好的微软Visual Studio插件吗? 免费赠品是首选,但如果物有所值,那也没关系。


当前回答

VLINQ LINQPad是必不可少的,但是对于VS内部的快速内容,VLINQ是很棒的。

其他回答

对于c#开发,我使用:

ReSharper, heavily customized and with a couple dozen custom actions I wrote (not to mention weird but wonderful Live Templates) GhostDoc - very useful for postprocessing of generated code Source Code Outliner P/factor (a set of internally developed code gen tools for VS) - see example here CodeGenUtils - another internal dev for code generation, available on CodePlex SharpWizard - a VS add-in for rapid prototyping. Supports advanced generation of interface support, operators, patterns, metadata. Dependency Analyser - a really nifty tool (another internal dev.) for identifying dependencies between CLR properties. Useful for autogenerating change notifications based on dependency graphs.

除此之外,我还为特别困难的场景设计了几个DSL图形设计人员——例如,我有一个用于复杂多线程操作的DSL,它是使用Pulse & Wait实现的。

smartpaste -(免费)复制/粘贴字符串代码生成器

AnkhSvn -(免费)VS.NET的SVN源代码控制集成

VisualSVN服务器-(免费)源代码控制

ReSharper - IDE增强,有助于重构和提高效率

CodeRush -类固醇代码生成宏

重构——代码重构辅助

CodeMaid(免费)-代码清理,组织和复杂性分析

代码生成器

GhostDoc(免费)简单的代码注释工具

DXCore(免费)和它的许多很棒的插件:DXCore社区插件,CR_Documentor, CodeStyleEnforcer, RedGreen

TestDriven。Net -(免费/付费)单元测试辅助

Reflector - (PAY)功能丰富的。net反汇编器Reflector插件

Web部署项目——提供额外的功能来构建和部署Web站点和Web应用程序(源)。

StudioTools -(免费)导航助手,代码度量工具,增量搜索,visual studio中的文件资源管理器和删除编辑器窗口。从旧网站(archive.org)移动到新网站并停止。

Whole Tomato’s Visual Assist X.我非常信赖它。我希望Riverblade能有一个比Visual Lint更好的Lint插件,但因为它最终会被转移到构建服务器上,所以我不介意每隔几天手动运行一次。

CodePlotter和CodePlotter Remixed

如果你正在编写c++代码,可以使用Visual Assist。