Not sure if appropriate for this community, or for !programming_horror@programming.dev.
After a decade as a Java (and Kotlin) dev I recently got to work on an iOS app. The transition from Jetbrains products to Xcode has been painful, to say the least.
I tried appcode before it was retired, and it was a much better experience all around. I can’t understand why Apple insists on maintaining this pile of crap instead of working with JB like Google.
I see the blank lines being included is odd, is that it? Why are the other lines being underlined?
Because two of them are strings, and one is a declaration of an extension. None of which are of type User.
All you searched was “User”, ignoring case. You didn’t search the type of user, so it correctly returned lines with “user” in it like “private var username”
If what you’re saying is true, that’s an even more WTF because I’m searching for User references, and not the text “[Uu]ser”.
Xcode seems to get worse with each release.
The really basic things that it’s missing are frustrating too, like bookmarks. This has been a feature of every other IDE I’ve used since '98 when I started programing in VB6.
A few versions ago they removed the ability to tear a tab out of the IDE to have it open separately.
I was actually looking to add Swift to my list of languages but if Xcode is this shitty, it’s kind of a deterrent.