随笔分类 -  .Net 插件

VS.Net 2003 IDE 插件开发指南
摘要:VS 2003 IDE插件开发指南 作者 sema 2005-04-15 10:03 Visual Studio.NET插件能做很多事情,例如:1、 编写如CodeRush一样的开发环境代码辅助工具2、 编写如CodeSmith这样的代码模板工具3、 编写代码生成器,根据自定义的一些条件自动生成代码。如现在比较流行的一些代码生成工具,如果和开发... 阅读全文

posted @ 2005-08-07 18:16 Ооo酷鱼 阅读(3621) 评论(0) 推荐(1)

Registering a Visual Studio .Net Add-In without an Installer
摘要: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... 阅读全文

posted @ 2005-08-04 23:02 Ооo酷鱼 阅读(1500) 评论(0) 推荐(0)

Visual Studio .Net Add-In
摘要: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... 阅读全文

posted @ 2005-08-04 22:45 Ооo酷鱼 阅读(1585) 评论(0) 推荐(0)

导航