如何在PHPStorm中为字符串设置唯一的颜色?

时间:2014-03-23 14:07:23

标签: phpstorm

如何为PHPStorm中的字符串设置唯一颜色?

我只是想要这个:

php echo " all text inside quotation marks is red " ;

$another_exemple = " all text inside quotation marks is red " ;

1 个答案:

答案 0 :(得分:2)

设置文字字符串的颜色 - 只需在Settings | Editor | Colors & Fonts | PHP | Strings

中执行此操作

P.S。您可能需要取消选中"继承属性"复选框,以便能够设置自定义颜色。