简体   繁体   English

Visual Studio的可扩展性允许我们在任何菜单中放置其他项目吗?

[英]Visual studio extensibility allows us to put extra items in any menu?

I mean, I have an add-in that will be applied to a given project. 我的意思是,我有一个将应用于给定项目的加载项。 I'd like to know if it's possible to add a menu item for my add-in to the context menu that appears when you right click any project in the solution explorer. 我想知道是否可以在右键单击解决方案资源管理器中的任何项目时出现的上下文菜单中添加我的加载项的菜单项。

If you are aware of the vsct syntax then this document should help you in adding the commands. 如果您知道vsct语法,那么文档将帮助您添加命令。

For adding into context menu take a look into this 对于添加到右键菜单看一看到

Yes. 是。 It's possible. 这是可能的。 Is that all you wanted to know? 这就是您想知道的吗?

The Visual Studio Extensibility Developer Center is your starting point for all VSX work. Visual Studio可扩展性开发人员中心是所有VSX工作的起点。 Start by downloading and installing the Visual Studio SDK, looking at the examples and documentation it contains. 首先下载并安装Visual Studio SDK,然后查看其中包含的示例和文档。

Then, feel free to return to StackOverflow to start a more specific question. 然后,随时返回StackOverflow来开始一个更具体的问题。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM