1

I am using the TeamCity plugin for Visual Studio 2015, and the Local Changes window is great for submitting private builds, easily assigning a check-in to a TFS task etc.

However, as my company is currently using TFS source control, the unified diff pane does not work ('Unified Diff is not supported by TFS integration'), so I would like to easily diff each file by double-clicking it rather than having to right-click each one and select 'Diff against workspace'.

Does anyone know how/if this can be achieved?

Thanks!

gezzahead
  • 1,196
  • 1
  • 11
  • 20

1 Answers1

1

Unfortunately, this can't be achieved. There is no such related settings with TeamCity Visual Studio plugin. You can try to use external diff viewer such as beyond compare, more details please refer Teamcity - which external diff viewer

Community
  • 1
  • 1
PatrickLu-MSFT
  • 49,478
  • 5
  • 35
  • 62
  • 1
    I'm already using WinMerge which works fine with TeamCity. Perhaps JetBrains might add the feature in the future... – gezzahead May 19 '16 at 15:04