These shortcuts are for Xcode 3.2.x (they may differ from Xcode 3.1.x and other versions):
Command-double click on the symbol / method name in the source editor> Open the .h file for the symbol
Option-double click on the symbol / method name in the source editor> Open the documentation for the symbol
Command-Option-Shift-F > Find Selected Text in Project (custom shortcut)
I have the following setting in user scripts under the code to insert a standard registration call:
Paste text:
NSLog(@"[%@ %@]", NSStringFromClass([self class]), NSStringFromSelector(_cmd));
source share