FatFingers
FatFingers

Reputation: 6897

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!

Upvotes: 6

Views: 819

Answers (2)

Uladzimir
Uladzimir

Reputation: 3496

Xcode Plugin for hiding properties in dropdown list https://github.com/shpakovski/Xprop

Upvotes: 0

Ishu
Ishu

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

Related Questions