How can I remove this highlighting?

 

This shows in blade.php with HTML. All blade statements have this weird blue bar all the way to the start of the next statement.

0
2 comments
Avatar
Permanently deleted user

It's coming from the PHP code background is why. It may make more sense for normal PHP but for blade it overruns, perhaps to signify if the whitespace will be removed?

0

This is being discussed: https://twitter.com/phpstorm/status/1185119226236932097

Meanwhile you can disable the highlighting at Settings(Preferences) | Editor | Color Scheme | PHP: PHP Code | Background.

0

Please sign in to leave a comment.