Enable code-folding by default

前端 未结 7 1905
小鲜肉
小鲜肉 2020-12-23 13:38

Is there a way to tell XCode fold methods/functions by default when opening a file?

相关标签:
7条回答
  • 2020-12-23 14:07

    I feel your pain. It is difficult to press cmd+option+shift+left every time I open an implementation file to collapse all the methods. I would be grateful to know of a way to set this by default. On the other hand, a probably obvious workaround may be to select the method from the method picker at the top of the window. I suppose this is how the Xcode developers intended us to find methods.. still cmd+option+shift+left is my preference.. it just hurts my hand :/

    0 讨论(0)
提交回复
热议问题