XCode 5: Is there any way to group/filter/sort what shows up in code-completion?

后端 未结 1 1127
南旧
南旧 2021-02-02 07:50

For a very simple object like this:

@interface MyObject : NSObject
@property(strong) NSObject* thingAboutMyObject;
- (void) aThingToDo;
- (void) moreToDo;
- (voi         


        
相关标签:
1条回答
  • 2021-02-02 07:56

    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.

    0 讨论(0)
提交回复
热议问题