xcode dropdown - shows all my class properties and methods. Just want methods
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!
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.
Xcode Plugin for hiding properties in dropdown list https://github.com/shpakovski/Xprop
精彩评论