For a very simple object like this:
@interface MyObject : NSObject @property(strong) NSObject* thingAboutMyObject; - (void) aThingToDo; - (void) moreToDo; - (voi
I don't think there is, but you should check out this answer for a cool way to show more info during autocompletion, at least.