Skip to content

Expand HTML in PHP with TAB #174

Description

@kubiqsk

I'm referring to previous version and I'm used to use it this way

<?php
echo 'div.test|';
?>

should became this, when I press [TAB]

<?php
echo '<div class="test">|</div>';
?>

Yes, I know I can use [Ctrl+E], but why not [TAB]? Previously it worked

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions