문제

How to set unique color for strings in PHPStorm?

I simply want this :

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

$another_exemple = " all text inside quotation marks is red " ;
도움이 되었습니까?

해결책

To set color for text strings -- just do it in Settings | Editor | Colors & Fonts | PHP | Strings

P.S. You may need to uncheck "Inherit Attributes From" checkbox to be able to set custom color.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top