Code folding not working in Xcode 9.0 beta 2

Viewed 2658

I use code folding frequently in Xcode. Recently I tried code folding in Xcode 9 beta with shortcut Command + alt + left arrow and nothing happened.

So I tried to do the same with editor option in menu bar but it seems like code folding option is disabled. How can enable code folding option in Xcode 9 and make it to work again like in Xcode 8 .

Image

3 Answers

In Xcode 9 build 9A235 the Code Folding does not always open the methods when clicking on the 3 dots. When this occurs you can click the method below the one you wish to open and this sometimes works. Apple should be embarassed for releasing such a half-baked feature. What's more, the boxes around the folded methods add no value and are simply additional, unnecessary, clutter.

Related