Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

zippyfly

macrumors regular
Original poster
Mar 22, 2008
141
0
Hi - is there any function (or AppleScript) to automatically reformat code in Xcode? Properly indenting code blocks, turning method calls into easy to read lines such as:

Code:
[obj method:xyz withPara1:aaa withPara2:bbb withPara3:ccc];

to

Code:
[obj method:xyz withPara1:aaa
                withPara2:bbb
                withPara3:ccc];

etc?
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.