Xcode 15 Tab Scroll Position Totally Mess !!

The Tab scrolling behavior in Xcode 15 editor is completely chaotic. You can try the following steps:

  1. Have two file tabs open. In Tab A, assume you are currently on line 5 and jump to line 100 using Cmd+L.
  2. Use Cmd+Shift+] to switch to the right Tab B, and now you might have made some code changes in Tab B.
  3. Now, you want to switch back to Tab A and see the code you had on line 100. So, you use Cmd+Shift+[.
  4. Boom!!! Tab A magically goes back to line 5.
  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)

It's the same even changing tabs with the mouse

Xcode 15 Tab Scroll Position Totally Mess !!
 
 
Q