timpone
timpone

Reputation: 19979

xcode print folded regions as folded

Is there a way in xcode to print it so that items that are folded in the editor print as folded? I basically want a summary of methods in the file. It's actually javascript and not objective-c.

Upvotes: 1

Views: 222

Answers (1)

phb
phb

Reputation: 721

For older XCode versions the answer is this:

Go into "print..." then choose Show Details. Under the Xcode option "Printing" there is a checkbox called Expand folds.

Expand Folds

For XCode 10 the print option expand folds has been removed.

Upvotes: 2

Related Questions