I want a keyboard shortcut to Get Latest Version (Recursive) of the current solution in Visual Studio 2012. We are using TFS.
I've tried to map
File.GetLatestSolutionFiles
File.GetLatestVersion
File.TfsGetLatestVersion
but nothing happens. Any ideas?
As a workaround I've also tried, and failed, to map a keyboard shortcut to:
Tools.shell """c:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\TF.exe""" get $/OUR/REPOSITORY/Main /recursive
This is the command I want a keyboard shortcut to: