To edit multiple instances of text within different sections of a document, you can use multi-cursor editing. This allows multiple cursors to be placed in different spots so text can be added, modified, or deleted.
The Xcode 10 Source Editor now supports multi-cursor editing allowing you to quickly edit multiple ranges of code at once.
shift + control + click
shift + control + ↑
shift + control + ↓
option + drag
With a source control-enabled project the source editor displays changes made by a developer in the gutter and shows changes made by other developers that haven’t yet been pulled into the project
There is also a keyboard shortcut available for those like me who use cmd + Shift + L in Sublime.
It's called Selection - Split Selection By Lines. I set it to cmd + Shift + L but I had to set the Show Library shortcut to something else random that I don't use to resolve the conflict.