windwp / vscode-expand-region

porting sublime-expand-region to visual code
GNU General Public License v3.0
57 stars 23 forks source link

Add support for PHP #11

Closed standingdreams closed 6 years ago

standingdreams commented 6 years ago

This extension doesn't work properly in PHP. If you attempt to expand the selection inside of a tag, it will either select the first line of the tag or, if the tag has an attribute, it will select the attribute.

Grafikart commented 6 years ago

Could you provide an example ? On my editor it expands this way :

<p><?php echo $hello . "Test"; ?></p>
                          |
                        <--->
    <--------------------------->
   <----------------------------->
standingdreams commented 6 years ago

12 Has fixed this issue