Question

In PHPStorm 3.0, a PHP string like:

$sString = '<div><span class="someClass">test</span></div>';

has HTML Syntax / opening and closing brackets highlighting.

I would like to disable this behavior and display it as a string only.

Anyone figured out where I can change this?

Was it helpful?

Solution

Alt+Enter on the string, Un-inject Language:

un-inject

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top