Notepad++ XML autocompletion / add end tag?

autocomplete, notepad++, xml

Solution

I know there is an HTML plugin that is included in the recent versions which does some tag closing for you. But I haven't heard of a XML one. There is probably one out there though if you look. But if not, its not too hard to write a plugin using C#, if you have it.

Problem

In Notepad++ (latest version 6.1.2), is there any auto completion for XML (in terms of automatically add closing tag)? E.g. when typing ``` <test> ``` I want Notepad++ to automatically add ``` </test> ``` Thanks for any hint!

Original source