I'm guessing it's not just me.
I have a number of large ObjC projects which I have started adding Swift code to. Exciting!
Sadly, this is made extremely difficult because autocomplete only works for Swift types (e.g Array) and not for any ObjC types (from Frameworks or my own code).
If I make a new ObjC project and then add some Swift code autocomplete works fine. It's only my large legacy projects (i.e the ones I care about) that don't work.
Anybody know any tricks to make it work again? Anybody already have a radar #?
Thanks.