Xcode dropdown - shows all my class properties and methods. Just want methods

Not sure what to call it, but in xcode there is a drop-down list of all the properties and methods in the current file.

Is there a way to show the methods? I have several classes with boat properties, and scrolling them in the drop-down list is a pain.

Thank!

+3
source share
2 answers

No, you cannot hide your properties from the drop-down list. It is intended to demonstrate methods and properties. therefore, if you think you have more time to find a method, enter one or two letters: the list will be automatically sorted.

+1
source

Source: https://habr.com/ru/post/1778891/


All Articles