• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 4, llvm and jump to definition
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: Xcode 4, llvm and jump to definition
      • From: Jens Alfke <email@hidden>
    • Re: Xcode 4, llvm and jump to definition
      • From: Quincey Morris <email@hidden>
  • Prev by Date: CoreRecipes in Xcode4 ?
  • Next by Date: Re: Xcode 4, llvm and jump to definition
  • Previous by thread: Re: CoreRecipes in Xcode4 ?
  • Next by thread: Re: Xcode 4, llvm and jump to definition
  • Index(es):
    • Date
    • Thread