When you create literals with the @ symbol for Objective C classes in Xcode 6 Beta 1, it appears the code completion is no longer working as it once was. You know, that friendly list that used to appear as soon as you type @ in Xcode 4 and 5.
I’ve been pulling my hair out over this. I’ve even filed a bug report with Apple, who kindly got back to me telling me I’m seeing things: it was working fine at their end. I was stumped: my three dev systems all exhibited the same behaviour: no code completion when you type the @ symbol.
Turns out that this is “the new default behaviour” in Xcode 6 and by all accounts a “feature –
because we now need to hit the ESCAPE key to bring up that list:
I’ve heard from other users that similar code completion is absent even from Swift projects. Perhaps we’ll all get used to that ESCAPE key, unless these are bugs that will be ironed out over the next few iterations.
Of course code completion needs to be enabled for this to work, it’s worth to check this under Xcode – Preferences – Text Editing:
This is extremely annoying. I noticed this in the Xcode 6 beta, and I thought it was just because it was in beta. This being designed functionality is not desirable IMO.
I couldn’t agree more, Adam. The worst feature change in Xcode – without warning or explanation from Apple.