Is there any possible way to fold some parts of my code in Xcode 4.2 ? I'm not asking for folding methods and statement blocks 'coz it's already supported in XCode.
EDIT: I have 100 lines of code that contain vars, math operations, if statements, switch blocks, etc. I want to fold these lines together.