Xcode 4, llvm and jump to definition
Xcode 4, llvm and jump to definition
- Subject: Xcode 4, llvm and jump to definition
- From: Thomas Clement <email@hidden>
- Date: Wed, 12 Oct 2011 10:08:48 +0200
Hello list,
Xcode 4 and llvm was said to improve symbols indexing so with such code:
NSCache *cache = ...
[cache setDelegate:self];
If you ask to jump to definition on the "setDelegate:" method it would jump you to the definition of -[NSCache setDelegate:].
Well actually it does not, instead it displays a menu filled with all the setDelegate: methods gathered from all the frameworks and project. And this happens also all the time with my own methods as well, Xcode displays menus of methods instead of jumping directly to the appropriate method based on the receiver type.
Am I missing something?
Thomas _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden