scott.sql_Scott的Ultimate Visual Studio.NET加载项列表

scott.sql

scott.sql

In the vein of my Ultimate Tools List, here's my list of Ultimate Visual Studio.NET Add-Ins.  This list is by no means exhaustive, but I loves me some Add-Ins, so here's the ones that make my life better.

根据我的Ultimate Tools List ,这是我的Ultimate Visual Studio.NET加载项列表。 这个列表绝不是详尽无遗的,但是我爱我一些外接程序,因此这些使我的生活变得更好。

  • CodeRush - Of course. It's the bomb, enough said.

    CodeRush-当然。 足够了,这就是炸弹。

  • Peter Blum's ADME - ASP.NET Design Mode Extender (“ADME”) helps custom controls to provide a better design mode interface. This supports his Validation Controls, which rock, but also controls that you might write that need richer Design Mode Support.

    彼得·布鲁姆(Peter Blum)的ADME-ASP.NET设计模式扩展器(“ ADME”)帮助自定义控件提供更好的设计模式界面。 这支持他的“验证控件”,既可以摇晃,又可以编写需要更丰富的“设计模式”支持的控件。

  • CodeSmith Explorer - Generate CodeSmith code and templates directly from VS.NET

    CodeSmith Explorer-直接从VS.NET生成CodeSmith代码和模板

  • CopySourceAsHtml - Better than a Macro, this Add-In puts syntax-highlighed HTML on your clipboard. Now it supports "Embedded Styles" for use in BlogJet and other tools.

    CopySourceAsHtml-比宏更好,此加载项将语法高亮HTML放在剪贴板上。 现在,它支持在BlogJet和其他工具中使用的“嵌入样式”。

  • GhostDoc - Here's an Add-In I'd overlooked previously, now in it's 1.2 version.  GhostDoc attempts to generate C# documentation that can be gleaned from the name and type of methods and properties. Roland Weigelt has big plans for version 1.30 that will include customizable text and rules. One to watch, and while it sometimes guesses wrong, it's a completely unique Add-In worth your download.

    GhostDoc-这是我以前忽略的加载项,现在是1.2版本。 GhostDoc尝试生成可以从方法和属性的名称和类型中收集的C#文档。 罗兰·韦格尔特(Roland Weigelt)针对1.30版制定了宏伟的计划,其中将包括可自定义的文本和规则。 一个值得关注的东西,尽管有时会猜错,但它是一个完全独特的加载项,值得您下载。

  • devMetrics - devMetrics is a free tool for measuring various attributes of your C# code so that you can accurately assess your product for quality and maintainability. I use it to measure cyclomatic complexity and abuse people during code reviews.

    devMetrics -devMetrics是一个免费工具,用于测量C#代码的各种属性,以便您可以准确评估产品的质量和可维护性。 我用它来衡量循环复杂性和代码审查期间的滥用情况。

  • QuickCode.NET - This has been largely supplanted by CodeRush, but if you don't want to pay as much, this cool tool gives you phrase expansion and a surprising number of code expansions available on their user forum.

    QuickCode.NET -CodeRush已大大取代了此功能,但是如果您不想支付那么高的费用,那么这个很酷的工具可以为您提供短语扩展以及用户论坛上数量惊人的代码扩展。

  • Mindreef SOAPscope - The original. The glory forever, this is more than an Add-In, it's a complete XML Web Services design studio. It's a bargain and works even better when setup in a workgroup. It keeps a database of all Web Services traffic, but it's more than a sniffer. It also analyzes data for WS-I compliance and allows for record and replay of messages. "It's Tivo for Web Services!"

    Mindreef SOAPscope-原始。 永远的荣耀,这不仅仅是一个插件,而是一个完整的XML Web Services设计工作室。 这是一个讨价还价,在工作组中设置时效果更好。 它保留了所有Web服务流量的数据库,但它不仅仅是嗅探器。 它还分析数据是否符合WS-I,并允许记录和重播消息。 “这是用于Web服务的Tivo!

  • NUnit Addin, now TestDriven.NET - If you're serious about TDD, stop fooling with NUnitGui and Attach Process and start using TestDriven.NET. It's a simple as Right-Click -> Test With -> Debugger.

    NUnit Addin (现在为TestDriven.NET) -如果您对TDD持认真态度,请停止使用NUnitGui和Attach Process进行欺骗,然后开始使用TestDriven.NET。 右键单击->测试方式->调试器非常简单。

  • pinvoke.net - Adam Nathan continues to innovate with an add-in that lets you "Insert PInvoke Signature" from the VS.NET Editor by communiating with a server-side repository with best-practice signatures to make calling unmanaged code a breeze. Also, be sure to visit the PInvoke.NET Wiki.

    pinvoke.net - Adam Nathan继续通过一个外接程序进行创新,该外接程序使您可以通过与具有最佳实践签名的服务器端存储库进行通信,从而轻松地调用非托管代码,从而使您可以从VS.NET编辑器中“插入PInvoke签名”。 另外,请确保访问PInvoke.NET Wiki

  • Reflector as an AddIn - A joint effort, run Lutz's unbelievable decompiler/explorer with Jamie's Add-In support. (There's a number of other slick, but alpha-quality addins at that link as well, including FxCop as an AddIn.)

    Reflector作为外接程序-在Jamie的外接程序支持下,共同运行Lutz令人难以置信的反编译器/浏览器。 (在该链接上还有许多其他漂亮的,但具有alpha品质的插件,包括FxCop作为插件。)

  • Regions AddIn - Finally, something useful from CodeProject, this add-in helps organize your code with a simple Right-Click -> Add To New Region and Right-Click -> Add To Existing Region. You'll wonder how you lived without it!

    区域插件-最后,从CodeProject中获得一些有用的信息,此插件通过简单的右键单击->添加到新区域和右键单击->添加到现有区域帮助组织代码。 您会想知道没有它怎么生活!

  • Unleash it! - The great ASP.NET deployment tool with the unfortunate name. Formerly known as WebDeploy, this Add-In lets you deploy your ASP.NET application using whatever it takes. Now with plugin support!

    释放它! -不幸的是,ASP.NET部署工具很棒。 此加载项以前称为WebDeploy,可让您使用所需的内容来部署ASP.NET应用程序。 现在有了插件支持!

  • WS Contract-First - Christian Weyer leads the pack with custom Web Service code generation, and coming soon, generation of WSDL itself from Message-based XSD. How's that for SOA and contract-first development?

    WS Contract-First – Christian Weyer领导了定制Web Service代码生成工作,并很快将基于基于消息的XSD生成WSDL。 SOA和合同优先的开发情况如何?

  • VSCmdShell - Open a Command Prompt within a Visual Studio.NET 2003 Docked Toolbox Window!

    VSCmdShell-在Visual Studio.NET 2003停靠的工具箱窗口中打开命令提示符!

  • CommentReflower - Really detail-oriented? This tool reformats your code comments to your specifications.

    CommentReflower-真的注重细节吗? 该工具将您的代码注释重新格式化为您的规范。

  • OnlineSearch - Search the Internet and Google directly from VS.NET!

    OnlineSearch-直接从VS.NET搜索Internet和Google!

翻译自: https://www.hanselman.com/blog/scotts-list-of-ultimate-visual-studionet-addins

scott.sql

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值