tags:

views:

32

answers:

1

In XCode 3.2.2 completion works whenever it chooses to.

One time it will, one time it won't. Is there some flag or add-on to increase the auto-completion success rate ???

Is there maybe a better code editor that can link to xcode in a good manner which has better coding capabilities then XCode ?

Thanks

A: 

I don't know. Maybe it depends on the way you code but it works for me most of the time. There is some case that it will not work, for example, too much complicated like [[self.a doB] doC];

Can you post me some code that it doesn't work for you?

vodkhang
Lets say I import CoreLocation,When I try to autocomplete CLLocationManger it just won't.Is this regular behaviour ?
Idan
it is really strange because it doesn't happen to me. I just tested it with XCode 3.2.2
vodkhang
Yee , quite annoying. Guess i'll have to settle with what I have.I'll update it if an update will turns up, maybe it will get fixed somehow.Thansk anyway.
Idan
yeah, I think something wrong with your XCode, good luck on next update:)
vodkhang