XCode 12.5 - How to disable automatic jumps at editor

If i have a *.xib and the source code(Assist, automatic) opened at XCode. The Position in code editor is at a(propably) previous line. Now i scroll to top to add a connection(IBOutlet). After that the editor jumps back to the old line. Also if i scroll to top and select another item at xib and the editor jumps back. Ist there a way to disable this annoing automatism?

Nobody knows how to disable this annoying crap?

Nobody knows how to disable this ?

Could you first clarify some points?

the source code(Assist, automatic) opened at XCode

Can you detail how did set it ?

The Position in code editor is at a(propably) previous line.

what is "previous line". Why probably ?

Now i scroll to top to add a connection(IBOutlet)

Top of code ? Do you click in code to the point of insertion ?

add a connection(IBOutlet). After that the editor jumps back to the old line

Which means it returns to the actual insertion point. Dragging an IBOutlet has not changed it. Not surprising.

Also if i scroll to top and select another item at xib and the editor jumps back.

Top of what ? You select item in xib ? Editor jumps back to where ?

Accepted Answer

wrong place. how to delete?

XCode 12.5 - How to disable automatic jumps at editor
 
 
Q