摘要:VS 2003 IDE插件开发指南 作者 sema 2005-04-15 10:03 Visual Studio.NET插件能做很多事情,例如:1、 编写如CodeRush一样的开发环境代码辅助工具2、 编写如CodeSmith这样的代码模板工具3、 编写代码生成器,根据自定义的一些条件自动生成代码。如现在比较流行的一些代码生成工具,如果和开发...
阅读全文
摘要:Registering a Visual Studio .Net Add-In without an Installer I’ve recently created an Add-In for Help Builder for Visual Studio .Net. The Add-In is a connector between the VS.Net environment and my un...
阅读全文
摘要:Source Code: AddInsInTheIDE.zip Sometimes its desirable to integrate added functionality directly into the environment. Add-Ins are a powerful way to do this. In this example well create an add-in...
阅读全文