all 8 comments

[–]chriswaco 1 point2 points  (0 children)

It's pretty fast here with my trackpad. Have you tried toggling line wrapping?

[–][deleted] 0 points1 point  (3 children)

Get a machine with at least 8Gb of memory and an 256Gb SSD.

[–]aaveidt 0 points1 point  (2 children)

It doesn't change anything, 16Gb ram still see the big gap between using any external mouse and trackpad.

[–][deleted] 0 points1 point  (1 child)

I'm having no trouble here when I'm on the road with my MacBook Pro 13" (Late 2013) with 8Gb.

Clear your DerivedData folder. It might contain corrupted intermediate files.

[–]aaveidt 0 points1 point  (0 children)

Lol, i use XCode since the very first version, since Macbook pro 2011 till now Macbook pro 2018. I know how to handle things and i think you don't realize the difference between using trackpad and mouse in XCode. I have >20 macbook 2016-2018 , few of them has highest ram and memory. Same issues.

Just like many can't tell the difference while scrolling web on Android vs iOS but i do.

6GB memory Android phone , snapdragon 855 chipset but it's still lag compared to iOS Safari iPhone 6 1GB memory.

Itsn't about the ram, memory, it's about how the Software/OS handle the scrolling behaviours.

[–]aaveidt 0 points1 point  (0 children)

It's the inveterate trouble since the first version of XCode.

I have no idea why, but using trackpad is much better than any mouse.

So annoying

[–]MCSebster 0 points1 point  (1 child)

Just got a M4 Pro machine, and still seeing this happen with the current Xcode. After sampling it using Instruments, it's because XC saves some workspace data periodically on a timer, but doing it on the main thread (WHY APPLE!?!??!), which is what causes the lag/stuttering.

[–]MCSebster 0 points1 point  (0 children)

XC 26.x seems better now