compulim / vscode-closetag

Quickly close last opened HTML/XML tag in Visual Studio Code
14 stars 5 forks source link

When the cursor is in the middle of the line, the close tag is incorrect #2

Closed compulim closed 8 years ago

compulim commented 8 years ago

Content

<div>
  <span><!-- Cursor here --></span>
</div>

Expected

It should insert </span>.

Actual

It inserted </div>.