madskristensen / FileDiffer

A Visual Studio extension
Other
133 stars 33 forks source link

When comparing 2 files, the left file is read only. #19

Closed softlion closed 4 years ago

softlion commented 7 years ago

And its title is "File Name - copy.cs"

Any way to get left file editable ?

njsokalski commented 5 years ago

I have the exact same problem/comment/request. My most common use of this extension (I previously used an external utility not integrated with Visual Studio) is to compare the debug and release versions of my apps, and the one that appears on the right (the one that is editable) is the one that I do not want to change. I would like to see a feature that allows you to choose which file is editable (although I would expect it to be the one in the open solution by default, since that is the code you are supposedly editing).

madskristensen commented 4 years ago

Unfortunately, that is not up to this extension since it uses whatever diffing tool ships with VS