I want to know if there is an easy of doing this.
Is there a way in Xcode to jump directly to edits that you made in a file, instead of having to scroll through to find them?
It sounds like you should be using View > Show Code Review.
In the right column, choose the version you want to compare against.
At the bottom of the screen, "<" and ">" will step through the edits.
View > Hide Code Review, to exit.
In the right column, choose the version you want to compare against.
At the bottom of the screen, "<" and ">" will step through the edits.
View > Hide Code Review, to exit.
a way in Xcode to jump directly to edits that you made in a file
What time frame ?
There are other simple ways (not so powerful):
But then you'll have to redo.
So only useable to roll back a few changes.
What time frame ?
Do you mean after closing the file and reopening ?
do you mean the last changes you made in an edit session.
There are other simple ways (not so powerful):
mark the changes in a comment as // 5.3.2021
In an editing session, repeat undo to jump to the last changes
But then you'll have to redo.
So only useable to roll back a few changes.