On Xcode 4, when I tried to create a variable by its class factory method, say:
NSArray *arr = [NSArray arrayWithObject:@"xxx"];
Code Sense works fine on left hand side, but when I type "nsa" on right hand side it won't show NSArray. This problem happens on all classes in Xcode 4, can it be fixed?
thanks, Kelvin
UPDATE: This problem has been resolved in Xcode 4.0.2. However, we still need to type the "[" first in order to show the class name.