The Tab scrolling behavior in Xcode 15 editor is completely chaotic. You can try the following steps:
Have two file tabs open. In Tab A, assume you are currently on line 5 and jump to line 100 using Cmd+L.
Use Cmd+Shift+] to switch to the right Tab B, and now you might have made some code changes in Tab B.
Now, you want to switch back to Tab A and see the code you had on line 100. So, you use Cmd+Shift+[.
Boom!!! Tab A magically goes back to line 5.
Well, now you can smash your keyboard.
From my observation, this problem has been around for a long time without any solution. Perhaps Xcode's developers never use these shortcut keys to switch tabs? I don't know why such a serious issue affecting the usability of Xcode remains unresolved.
Is there anyone who can help me?
Using Xcode 15.0.1 ,Vim Mode, Mac OS 13.5.2 (22G91)