PHP - '=' Alignment.

I'm using PHPStorm 2.1.4 on OSX 10.7, and when I go to Preferences > Code Style > Wrapping & Braces > PHP, I can't check Assignment statement > Align when multiline.
Why is this? It's just a disabled checkbox.

I'd really like to enable this, so my:

$a = 10;
$ab = 10;


Can become:

$a  = 10;
$ab = 10;


Thanks!

- Josh

0
Avatar
Permanently deleted user

That feature was not avalible until 3.0 currently in EAP.

http://confluence.jetbrains.net/display/WI/Web+IDE+EAP

Keep in mind that EAP's can sometimes not be very stable.

0

请先登录再写评论。