Compare files on double click in Pending Changes view

tfs, visual-studio-2010

Solution

There is a way to make this permanent so you don't need to shift + double-click: http://www.richard-banks.org/2010/07/how-to-double-click-to-diff-pending.html

Path: HKCU\Software\Microsoft\VisualStudio\<ver>\TeamFoundation\SourceControl\Behavior Value: DoubleClickOnChange (DWORD)

0 == view as the primary command (default) 1 == compare as primary command

Problem

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 the file in code editor, but I want that it opens the 'Compare'-Dialog with the latest version. (same behavior as in TortoiseSVN)

Original source

Related problems