How to prevent Xcode's re-indent (Control + i) feature from scrolling to the bottom?

Viewed 54

After writing some code, I usually select all lines then tap Control + i.

This re-indents the code, but annoyingly scrolls all the way to the bottom.

Is there a way to prevent Xcode from scrolling down so I can preserve my scroll position?

0 Answers
Related