Visual Studio:解决方案资源管理器上的上下文菜单太长,我可以在解决方案资源管理器上方添加子菜单或工具栏吗?
我的解决方案资源管理器上的上下文菜单太长,尽管我没有抱怨,这是因为我安装了很多扩展。我能找到的大多数命令...但是有一个令人讨厌的命令总是很难发现,而我一直在使用它。
“设置为启动项目”
有没有一种方法(或扩展)允许我向我经常使用的命令的上下文菜单添加子菜单,或者在解决方案窗口上添加工具栏的扩展?
My context menu on my solution explorer is way too long, although I am not complaining, this is due to the fact that I have a lot of extensions installed. Most commands I can find... but there is one pesky command that always is difficult to spot and I use it all the time.
"Set as Startup Project"
Is there a way (or an extension) that allows me to add a sub menu to the context menu for commands I use regularly or an extension for adding a toolbar on the solution window?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它不需要扩展,您可以根据自己的喜好更改菜单,而无需编码。使用工具>定制>命令选项卡。单击工具栏单选按钮并选择“上下文菜单 | 项目和解决方案上下文菜单 | 解决方案”。您应该会看到太长的上下文菜单。使用“上移”按钮将最喜欢的命令移动到更好的位置。使用“添加新菜单”按钮添加子菜单。
It doesn't require an extension, you can alter the menu to your heart's content without coding. Use Tools > Customize > Commands tab. Click the Toolbar radio button and select "Context Menus | Project and Solution Context Menus | Solution". You should see your too-long context menu. Move a favorite command in a better spot with the Move Up button. Use the Add New Menu button to add a sub-menu.