Inside Visual Studio; select text/method to compare
Every now and then i want to compare 2 methods, 2 blocks of text, or basically any 2 parts of the same or different files.
I would appreciate a function which lets me right-click a method/class or a selected block of text, and choose "Select left" and "Select right" just as i can compare 2 arbitrary files in the Windows Explorer.
CodeCompare would only compare the selected class/method/block of text; not the entire files.
1
vote
Kristoffer Lindahl
shared this idea
-
Kristoffer Lindahl commented
Today i solve this by opening CodeCompare and manually copy+paste the data i wish to compare. The above function would make this a little smoother.