创建 Visual Studio 2010 加载项 - 如何开始?
我想创建一个 VS 2010 加载项。我在互联网上搜索,但大多数指南都是针对 VS 2008 或 2005 的。有人能给我一些有用的指南吗?
I want to create a VS 2010 Add-Ins.I searched in the internet but most of guides were for VS 2008 or 2005. Can any one show me some useful guide?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是最好的起点。 扩展 Visual Studio
以下是现有扩展的一些很酷的代码示例。
开发人员代码示例
查看编辑器演练,它为您提供了基本且简单的步骤可帮助您入门。
您是否尝试过
Vs Pro-power tools
:VS->工具->扩展管理器->在线扩展
这有一些很酷的扩展,并且每月左右更新一次。
This is the best place to Start with. Extending Visual Studio
Here are some cool Code samples of existing Extensions.
Developer Code Samples
Check out the Editor walkthroughs which gives you the basic and simple steps to get you started.
Have you tried
Vs Pro-power tools
:VS->Tools->Extensions manager->Online Extensions
This has some cool Extensions and gets updated every month or so.