14

In the latest release of Xcode 13.2, there has been a new feature, which allows us to see both old new versions of a line. In my opinion, it's kind of difficult to navigate with this feature enabled. Does anyone know how to turn it off?

Beaxhem
  • 501
  • 6
  • 12
  • 2
    "kind of" is an understatement. I find it very difficult to navigate and edit with this enabled. – msc Sep 28 '22 at 00:22

3 Answers3

27

Icon in the top right with two arrows pointing in opposite directions

Try these arrow press, it will hide the past code.

smitop
  • 4,770
  • 2
  • 20
  • 53
Ahmed mohna
  • 291
  • 3
  • 2
13

Found it! There is an arrows icon at the top of the editor, which toggles this "code review" mode

Beaxhem
  • 501
  • 6
  • 12
4

or you can use this shortcut "Show Code Review" or "Hide Code Review"

shift + opt + cmd + return

enter image description here

dimaskpz
  • 81
  • 8