Color of HTML code inside string in PhpStorm

3

When I insert an echo or a PHP variable that receives a string with HTML code, PhpStorm does not stay in the default color that would be all yellow, as in Sublime for example, and this ends up confusing enough when parsing the code. Example:

Where can I change this?

    
asked by anonymous 28.10.2014 / 13:49

2 answers

1

I could solve by disabling Language Injections in Settings, as shown below:

    
28.10.2014 / 17:51
4

To change the colors of the key words, access: File>Settings>Colors & fonts>PHP . On the right side select% with% plus the left side will be the button that changes the color.

    
28.10.2014 / 14:05