Xcode 4 shortcuts:
hold COMMAND key and double click a method to find it’s header.
hold OPTION key and double click a method to find it’s documentation.
rename a local variable within a method….
place cursor behind an object (ie., after last character), and then MENU | EDIT ALL IN SCOPE to rename all occurances of that object WITHIN the current local scope.