I am testing OS X. I have a source file that is heavy with macros and preprocessor tests. I am trying to collapse the code, so I can determine why a particular character is not defined.
According to Apple Foldable and Deploying Source Code , I have to do this through the focus ribbon. This does not work - there is no tape, and the editor does not respond to requests from the menu.
According to Stack Override resetting code to default (and others, for example How to minimize all methods in Xcode? ), I can use hotkeys for this. This also does not work - the editor also ignores them.

I don't have #pragma marks or #regions , so can you set code areas in Xcode? not applicable.
How to force Xcode to collapse code?
xcode xcode9 macos code-folding
jww
source share