It's correct behavior: type just closing tag only and observe the same result
</html>
The <html> fragment when you echoing it in PHP is highlighted using Language Injections mechanism (HTML in this case). Each language injection fragment is independent from another.
Hi there,
Please explain where the error/problem is and how it should behave instead.
It's correct behavior: type just closing tag only and observe the same result
The <html> fragment when you echoing it in PHP is highlighted using Language Injections mechanism (HTML in this case). Each language injection fragment is independent from another.
Because PHPStorm doesn't combine HTML parsed in PHP strings with plainly written HTML.
Make it like this
?>
<html>
<?php
?>
</html>
I don't know how the software works but it's a mistake.
So, when will dev-team fix that ?
It's not broken.
please fix this error.