How can I add a custom command to Visual Studio?

前端 未结 2 496
情话喂你
情话喂你 2020-12-15 04:50

There\'s an external command I\'m using constantly - basically launching a batch file. I\'d like to put a toolbar button (and possibly keyboard shortcut) for this into the I

2条回答
  •  执念已碎
    2020-12-15 05:39

    First, add an item to your Tools menu by choosing Tools, External Tools, and filling out the dialog, like this:

    enter image description here

    Then bring up Tools Customize, click the Keyboard button at the bottom, and find the appropriate external tool number:

    bind to a key

提交回复
热议问题