1

我需要知道如何让 PhpStorm 区分单引号字符串和双引号字符串的颜色。

就像假设我希望双引号字符串为绿色,单引号字符串为红色,如下所示:

$stringgreen = "This String is Green Color";

$stringred = 'This String is Red Color';
4

0 回答 0