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


当前回答

鬼文档

GhostDoc是Visual Studio的一个免费插件,可以自动生成XML c#的文档注释。要么使用继承的现有文档 从基类或实现的接口,或从 名称和类型,例如方法,属性或参数。

其他回答

对于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实现的。

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

+1视觉辅助

不幸的是,你需要一个插件来获得真正好的智能感知,但它绝对值得花钱。

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)移动到新网站并停止。

我2nd VisualAssist,从V6开始使用它,没有它就不能生活…

我看到没有人提到CoolCommands: Link

节省时间的好方法…