PhpStorm - Color Scheme (php)
Can someone show me where to change this color value.
Attached is an image of the example.
Here are examples as well. The red is area that I can not find to change the color on.
$model->save();
$this->loadModel($id)->delete();
Also I noticed in array key value pairs the "=>" is part of general text.
To me this should be available to color as well.?
Thanks.
Attachment(s):
screenshot.jpg
请先登录再写评论。
Hi Jon,
Are there any warnings/errors reported for that fragment (check stripe marks on scrollbar)?
If yes -- then most likely it is "Warning" entry under Settings | Editor | Colors & Fonts | General
If not sure -- switch to default color scheme and check there.
Thank you, that was it.
"If yes -- then most likely it is "Warning" entry under Settings | Editor | Colors & Fonts | General"
Jon