You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Result with Foundation.h linked.. 33718 without... 232.
That seems like ALL the completions available, to me... Not just those that correspond to this particular spot...
How can we get the results to correspond to the actual request / context?
The text was updated successfully, but these errors were encountered:
@" NSString * x;\n"
ok so we know where this is..."<CKToken: 0x100b1aed0>: Identifier[9:5] NSString
Let's try a completion on the next line...
@" NSStrin\n"
NSArray *comp = [tu completionResultsForLine:10 column:12];
NSLog(@"count: %ld", comp.count);
Result with
Foundation.h
linked.. 33718 without... 232.That seems like ALL the completions available, to me... Not just those that correspond to this particular spot...
How can we get the results to correspond to the actual request / context?
The text was updated successfully, but these errors were encountered: