Version: 0.18.1
When renaming a namespaced XML-Tag - the namespace is duplicated.
Steps to reproduce:
- Create a namespaced tag like
<ns:tagname>
- Put the cursor on top and press "F2" to rename
- Change the name (for example
ns:tagname2)
Expected Result:
Tag is renamed to <ns:tagname2>
Actual result
Tag is renamed to <ns:ns:tagname2>