Open
Description
Description
When a Swift class is marked @objcMembers or it has Objective-C/@objc ancestry and @objc methods without visible selector names, the Swift compiler applies a pretty complex set of heuristics to produce a readable Objective-C selector name. We should provide an action to run the compiler’s Objective-C selector mapping logic and copy the selector name for a Swift method to the pasteboard.