File structure popup showing categories?
In MyViewController I have an (PrivateMethods) interface declared.
Furthermore, I include a number of other categories (MyViewController+HTTP.h, MyViewController+TableMethods.h etc.).
When I press command+F12, in the file structure popup, only "MyViewController" and "MyViewController + PrivateMethods" show up. I would very much like all of my "MyViewController" categories to show up. Can this be achieved somehow, or is this a feature that you can introduce?
Please sign in to leave a comment.
File structure popup shows only classes/protocols defined in the current file. Are your other categories defined in the same file or you import them?
My categories are defined in seperate files which are imported into MyViewController.m It makes good sense to have a file where eg. all TableMethods are seperated (in order to avoid files with thousands lines of code), but logically all MyViewController+* categories belong together, and therefore it would be great if they were treated that way by the file structure popup.
Vote! http://youtrack.jetbrains.net/issue/OC-722