emmet-mode
emmet-mode copied to clipboard
emmet-prev-edit-point not taking cursor to empty attribute
e.g. If I type: a
and call emmet-expand-line
to get
<a href="">|</a>
(where the |
represents the position of my cursor)
calling emmet-prev-edit-point
takes my cursor to the position before the tag, and not between the ""
.
|<a href=""></a>
Is this a bug, or intended, or have I done something wrong?