Since Xcode 13, code comparison default is no longer a side-by-side diff.
There must be a way of doing this still.
I am struggling to find the option!
Since Xcode 13, code comparison default is no longer a side-by-side diff.
There must be a way of doing this still.
I am struggling to find the option!
2
Answers
Click on
Code Review
(the blue button on the screenshot), the one with one arrow to the left and the other one to the right (or inView
Menu).Then, on the second icon, select
Side by Side Comparison
instead ofInline Comparison
(or inEditor
Menu)."Commits list" is at the bottom, on the bar with Enable Breakpoints, etc.
You can enable it quickly in the menu
Editor
>Side By Side Comparison
.