Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
PhpStorm で一重引用符で囲まれた文字列と二重引用符で囲まれた文字列の色を区別する方法を知る必要があります。
次のように、二重引用符の文字列を緑に、一重引用符の文字列を赤にするとします。
$stringgreen = "This String is Green Color"; $stringred = 'This String is Red Color';