Search code examples
visual-studio-2012tfs-power-tools

Can I add a TFS Power Tools command to VS 2012 Menu or context Menu?


Specifically, I would like to add the option to run the (TFPT command: searchcs) - which opens the Commit History search GUI.

It would be beneficial to be able to add it in the Source Control Explorer or in the History window or even in a right-click contextMenu.


Solution

  • You will need to implement a Visual Studio Extension to wrap this command line, see this thread:

    VS 2012 TFS Source Control Explorer - Add Item to Right Click Menu