Compare files on double click in Pending Changes view

后端 未结 7 1033
醉话见心
醉话见心 2020-12-04 12:48

Is there a way in visual studio to change the behavior when I double click a file in the \'Pending Changes\' view.

The default behavior is, that Visual Studio opens

7条回答
  •  伪装坚强ぢ
    2020-12-04 13:40

    Put this on a .reg file and and double click it, this will make your double click compare instead of opening the file in the pending changes window.

    Windows Registry Editor Version 5.00
    
    [HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\11.0\TeamFoundation\SourceControl\Behavior]
    "DoubleClickOnChange"=dword:00000001
    

    Make sure the Visual Studio version is correct.

提交回复
热议问题