如何在Visual Studio 2010中组织外部工具?

时间:2023-01-14 22:29:50

This is how one can set them up:

这就是如何设置它们的:

http://www.c-sharpcorner.com/uploadfile/rmcochran/commandpromptinstudiotoolsmenu01152008103357am/commandpromptinstudiotoolsmenu.aspx

http://www.c-sharpcorner.com/uploadfile/rmcochran/commandpromptinstudiotoolsmenu01152008103357am/commandpromptinstudiotoolsmenu.aspx

My problem is that I have got too many of them set up, and I now need a separate sub-menu or two to keep them organized. I could not figure out how to do that.

我的问题是我已经设置了太多,现在我需要一个单独的子菜单来保持它们的组织。我想不出该怎么做。

Feel free to ask if something is not clear.

如果有什么不清楚的地方,尽管问。

2 个解决方案

#1


8  

There is the slow and manual way:

有一种缓慢而手工的方式:

  1. Select Tools -> Customize
  2. 选择工具- >自定义
  3. Select the Commands tab from the dialog
  4. 从对话框中选择Commands标签
  5. Select "Tools" from the dropdown as the menu bar to rearrange
  6. 从下拉菜单中选择“工具”作为菜单栏进行重新排列。
  7. Click "Add New Menu"
  8. 点击“添加新菜单”
  9. Highlight the newly added menu in the sample below (called "New Menu") and click "Modify Selection" to rename the newly created menu item if you want to
  10. 在下面的示例中突出显示新添加的菜单(称为“新菜单”),并单击“Modify Selection”,如果您愿意,可以将新创建的菜单项重命名。
  11. Select "Tools | [your new menu]" from the dropdown as the menu bar to rearrange
  12. 从下拉菜单中选择“工具|[您的新菜单]”作为重新排列的菜单栏
  13. Click "add command"
  14. 点击“添加命令”
  15. Select "Tools" from the categories on the left
  16. 从左边的类别中选择“工具”
  17. External tools commands are listed as commands named "External Command x" in the commands list box ("External Command 1" until "External Command 24" I think)
  18. 外部工具命令在命令列表框中被列出为“外部命令x”命令(“外部命令1”直到“外部命令24”我想)
  19. Select the first, Click OK
  20. 选择第一个,单击OK
  21. Repeat from 7 until all added.
  22. 重复7次,直到全部添加。

Tedious, but it will work.

虽然乏味,但它会起作用。

#2


1  

You can do this through tools->customize. From here you'll select the commands tab then the rearange commands... button. In this area you can select the tools menu and organize your external tools by adding sub directories and such.

您可以通过工具——>定制来实现这一点。从这里,您将选择commands标签,然后是rearange命令…按钮。在这个区域中,您可以选择tools菜单,并通过添加子目录等来组织外部工具。

#1


8  

There is the slow and manual way:

有一种缓慢而手工的方式:

  1. Select Tools -> Customize
  2. 选择工具- >自定义
  3. Select the Commands tab from the dialog
  4. 从对话框中选择Commands标签
  5. Select "Tools" from the dropdown as the menu bar to rearrange
  6. 从下拉菜单中选择“工具”作为菜单栏进行重新排列。
  7. Click "Add New Menu"
  8. 点击“添加新菜单”
  9. Highlight the newly added menu in the sample below (called "New Menu") and click "Modify Selection" to rename the newly created menu item if you want to
  10. 在下面的示例中突出显示新添加的菜单(称为“新菜单”),并单击“Modify Selection”,如果您愿意,可以将新创建的菜单项重命名。
  11. Select "Tools | [your new menu]" from the dropdown as the menu bar to rearrange
  12. 从下拉菜单中选择“工具|[您的新菜单]”作为重新排列的菜单栏
  13. Click "add command"
  14. 点击“添加命令”
  15. Select "Tools" from the categories on the left
  16. 从左边的类别中选择“工具”
  17. External tools commands are listed as commands named "External Command x" in the commands list box ("External Command 1" until "External Command 24" I think)
  18. 外部工具命令在命令列表框中被列出为“外部命令x”命令(“外部命令1”直到“外部命令24”我想)
  19. Select the first, Click OK
  20. 选择第一个,单击OK
  21. Repeat from 7 until all added.
  22. 重复7次,直到全部添加。

Tedious, but it will work.

虽然乏味,但它会起作用。

#2


1  

You can do this through tools->customize. From here you'll select the commands tab then the rearange commands... button. In this area you can select the tools menu and organize your external tools by adding sub directories and such.

您可以通过工具——>定制来实现这一点。从这里,您将选择commands标签,然后是rearange命令…按钮。在这个区域中,您可以选择tools菜单,并通过添加子目录等来组织外部工具。