0
HTML Tag Completion with TAB on PHP Heredoc
If you use TAB to complete html tags inside php heredoc it does not work.
<?php
$string = <<<HTML
<html>
div.test ...
</html>
HTML;
?>
Customer support service by UserEcho
If you use TAB to complete html tags inside php heredoc it does not work.
<?php
$string = <<<HTML
<html>
div.test ...
</html>
HTML;
?>
Customer support service by UserEcho