Is there a way to set custom collapsable code regions in Xcode
Posted
by Martytoof
on Stack Overflow
See other posts from Stack Overflow
or by Martytoof
Published on 2010-03-27T00:00:21Z
Indexed on
2010/03/27
0:03 UTC
Read the original article
Hit count: 325
Is there a way to create custom collapsable code regions in Xcode similar to how Visual Studio can fold around #region/#endregion blocks?
It would be nice to throw all autogenerated content into a region that I can fold away until I need to look at it. #pragma mark doesn't seem to do the trick.
© Stack Overflow or respective owner