Search code examples
javascriptecmascript-6phpstormjetbrains-ide

Multiline string background color in PhpStorm


How do I remove or change the green background from ES6 multiline strings in PhpStorm?

See an example here.


Solution

  • Can't varify, as I am currently not at a machine with PHPStorm installed, but i am quite confident it's:

    File -> Settings -> Editor -> Colors & Fonts -> General -> Code -> Injected Language Fragment

    Just remove backgrounds color there.