Reputation: 6897
Not sure what to call it, but in xcode there is a dropdown that lists all the properties and methods in the current file.
Is there a way to just show the methods? I have a few classes with a boatload of properties, and having to scroll past them in the dropdown is a pain.
Thanks!
Upvotes: 6
Views: 819
Reputation: 3496
Xcode Plugin for hiding properties in dropdown list https://github.com/shpakovski/Xprop
Upvotes: 0
Reputation: 12787
No, You cant hide your properties from the drop down list. It is for showing methods and properties both. so if you think you take more time to find the method then type one or two letter : list will be automatically sort.
Upvotes: 1