how to align text to specific character in phpstorm or webstorm?

前端 未结 6 1159
南笙
南笙 2021-02-02 06:07

I have this text

$test1 = \'testing1\';
$test1test1 = \'testing1\';
$test1test1test1 = \'testing1\';
$test1 = \'testing1\';

and I would like to

6条回答
  •  终归单人心
    2021-02-02 06:36

    For me in PhpStorm 8.0.2 I found it here:

    Settings -> Editor -> Code Style -> PHP -> Wrapping and Braces -> Align consecutive assignments

提交回复
热议问题