Hacker News new | ask | show | jobs
by armchairhacker 1286 days ago
AppCode used to be way better than Xcode in the early days of Swift. And IME has been better at least up to 2020. Did Xcode fix its performance and reliability issues in the last 2 years?
1 comments

Not entirely, but mostly. The Swift tooling is far more reliable, 3 years ago I was getting noticeable code intelligence failures on hobby projects, 1 year ago I wasn’t noticing it during nearly full time professional iOS engineering. SwiftUI previews were still a little dodgy but getting better every release.

As for performance, it’s basically like any other major macOS app now in my experience. Only caveat might be the git committing which was a bit crap still last time I checked.

IntelliJ software still feels like everything takes 100ms longer than I expect, which makes it feel sluggish even if the heavy lifting is relatively fast.