microsoft / vscode-htmltagwrap

Wraps a chunk of HTML code in tags
Other
24 stars 18 forks source link

Last letter of closing tag is being "cut" when using autocomplete + deselect #17

Open AJTJ opened 5 years ago

AJTJ commented 5 years ago

So, the issue is as per the title.

When I'm using this tool and I choose an autocomplete option (press enter), the last letter of the closing tag is cut.

So I end up with something like this:

<CountContext>
    ...
</CountContex>

This ONLY happens if "htmltagwrap.autoDeselectClosingTag": true

Thus, there must be something wrong with the Deselection.