Xcode's Document Items should show protocol name if it's conformed to in an extension

Originator:arkadiusz.holko
Number:rdar://25089918 Date Originated:10-Mar-2016 08:27 PM
Status:Open Resolved:
Product:Developer Tools Product Version:
Classification: Reproducible:
 
When you conform to a protocol in an extension, e.g.:

extension Movie: CustomStringConvertible {
    var description: String {
        return title
    }
}

and open Document Items (Control-6 keyboard shortcut) it's shown as:

C Movie

It would be better if it could be shown as:

C Movie: CustomStringConvertible

to indicate that this extension is used for protocol conformance.

Duplicates

Number Status Originator Product Title
rdar://25134260 Duplicate/25089918 (Open) rsfinn Developer Tools Xcode: Display protocol next to extension in Document Items menu

Comments


Please note: Reports posted here will not necessarily be seen by Apple. All problems should be submitted at bugreport.apple.com before they are posted here. Please only post information for Radars that you have filed yourself, and please do not include Apple confidential information in your posts. Thank you!