Xcode’s “Copy Qualified Symbol Name” Command

Joar Wingfors: Xcode Tip Of The Day: [Xcode > Edit > Copy Qualified Symbol Name] Or: Cmd+Shift+Option+Ctrl+C It’s hard to type with one hand but rather useful. For example, you can put the cursor anywhere in a method definition or call, and it will copy the full name to the clipboard, e.g.: -[NSArray(NSExtendedArray) enumerateObjectsWithOptions:usingBlock:] removeAll(keepCapacity:) … Continue reading Xcode’s “Copy Qualified Symbol Name” Command