Code Style: Align Consecutive Assignments? Follow
Is there a way to align consecutive assignments in AppCode, the way PHPStorm can?
See: http://blog.jetbrains.com/webide/2011/10/new-php-formatting-options-in-phpstorm-3-0/
At the bottom of this article, you see the feature "Align Consecutive Assignments". I'd like to do the same in AppCode, but I cannot find the command, even searching inside preferences for each of the key words {align, consecutive, assignments}.
Please sign in to leave a comment.
Hi Sohail,
I think this is the option you are looking for:
Preferences -> Editor -> Code Style -> C/C++/Objective-C -> Wrapping and Braces -> Variable groups -> Align in columns
That was it. Thanks Stuart!