Xcode quick help inspector should name relevant class, struct or protocol

Because of Swift's (very nice) type inference, when reading code we may not always no what type a var or func in code we are reading belongs to. The quick help in Xcode gives the parameters and return types etc, but it does not say the type that the declaration is a part of.


This seems like an obvious thing to add to the quick help page.