Reputation: 5331
Is there any way to have Xcode's code completion search the whole method name for the characters I start typing? For example if I start typing [self con
I want things like navigationController
to show up, whereas now I have to type [self nav
to see that.
Upvotes: 0
Views: 189
Reputation: 25687
If you're currently in a file, you can click on the jump bar and start typing:
No, that's not a leak of the official app.
EDIT Now I see you are talking about in-code-writing code completion. No, there isn't a way to do that - imagine how annoying it would be when you type [self a
and every single method with an a
in the name shows up. Wouldn't be fun.
Upvotes: 1