自定义 Visual Studio 2008 中的主菜单
这听起来很简单,但在过去的几个小时里我对完成这件事感到沮丧。 我无法在 Visual Studio 2008 中的“工具”菜单下看到“宏”子菜单。
我转到“工具”->“自定义”->“命令”。 选择“类别”下的“工具”,然后单击“重新排列命令”。 它没有向我显示“工具”菜单,而是向我显示“文件”。
难道我做错了什么? 还是VS 2008的一个bug?
This sounds very simple, but I am frustrated for the past few hours to get this done.
I am not able to see "Macros" sub menu under "Tools" menu in Visual Studio 2008.
I go to Tools->Customize->Commands.
Select Tools under Categories and click Rearrange Commands. Instead of showing me the Tools Menu it shows me Files.
Am I doing something wrong? Or is it a bug in VS 2008?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
在“重新排列命令”对话框中,单击顶部显示“文件”的下拉框,然后向下滚动到“工具”菜单。 您应该可以将其添加到那里。
In the Rearrange Commands dialog box, click the drop-down box at the top where it says "File" and then scroll down to the Tools menu. You should be able to add it there.
我找到了答案。 选择命令后,我们必须选择适当的工具,然后将项目拖放到菜单栏上。
I figured out the answer. Once we choose Commands, we have to choose the appropriate tool and then drag and drop the item on to the menu bar.