formulahendry / vscode-auto-rename-tag

Automatically rename paired HTML/XML tag

Home Page:https://marketplace.visualstudio.com/items?itemName=formulahendry.auto-rename-tag

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deactivate for XML files when vscode-xml is installed

datho7561 opened this issue · comments

In the next release of vscode-xml we are going to support textDocument/linkedEditing. That means vscode-xml will provide the same functionality as this extension in XML files. To avoid any potential issues caused by the extensions overlapping, I believe that this extension should not activate on XML documents when vscode-xml is installed and linked editing is enabled. I think the mechanism should be similar to 0e74842.

I am interested in working on this issue, and will try to make a quick PR today.