Search code examples
xcodediffxcode13

Where is the Xcode side by side code comparison 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!


Solution

  • 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 in View Menu).

    Then, on the second icon, select Side by Side Comparison instead of Inline Comparison (or in Editor Menu).

    "Commits list" is at the bottom, on the bar with Enable Breakpoints, etc.

    enter image description here