Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

zachsilvey

macrumors 6502
Original poster
Feb 5, 2008
444
3
Battle Ground
If I create a method in a custom class that happens to take more than one argument (see example) Xcode doesn't autocomplete the entire method only the first part of it. Is it because I have synthesized accessors for the name and email and it is trying to autocomplete those?

Code:
-(void) setName: (NSString *) theName andEmail: (NSString *) theEmail;
 
There are lots of bugs and problems with the autocomplete feature. I've seen this one. You might try to rebuild the code sense index. There's a button for that in the Project settings window. Sometimes that fixes things (for a while).
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.