compulim / vscode-closetag

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

Tags in comments are automatically closed outside of the comment. #21

Open AndrioCelos opened 5 years ago

AndrioCelos commented 5 years ago

For example, if you enter the following:

<tag> <!-- <falsetag> --> 

Alt+. after the comment will enter </falsetag>, when </tag> may have been intended.