formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag
https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag
MIT License
259 stars 36 forks source link

Unexpected 'IntegerLiteral'. Expected ')'. #598

Closed rinshankolayil closed 2 years ago

rinshankolayil commented 2 years ago

I found one issue when i am trying to close a table tag, my page getting autocompletes table tag in wrong position. Example given in the image and explanation is below, I am trying to close a table tag as per given in the image at the last line (You can also see the mouse cursor at the last line), but it autocompletes the opening tag of table at less than symbol (<).

Please help me on this issue and thanks in advance.

Capture