Taming XCode’s auto-complete options

Posted by Nippysaurus on Stack Overflow See other posts from Stack Overflow or by Nippysaurus
Published on 2010-04-07T10:47:50Z Indexed on 2010/04/07 11:13 UTC
Read the original article Hit count: 678

Filed under:

I am fairly new to XCode and the Objective-C language.

When I am instantiating a class, for example an NSMutableArray, XCode will provide a whole lot of auto-complete options. Even for an empty class which simply extends an NSObject has many options, most of which seem completely useless.

What is the reason for having so many auto-complete options, or can they be "tamed" in the preferences?

© Stack Overflow or respective owner

Related posts about xcode