Does anyone know of a Notepad++ plugin that will automatically close the correct balanced tag upon typing \[code\]</\[/code\] ?e.g. if i had typed\[code\]<ul> <li>item 1</li> <li>item 2</li></\[/code\]I would like to have the plugin auto-generate / auto-complete the closing tag to be \[code\]</ul>\[/code\] The auto-close feature of XML-tools appears to only automatically generate a close tag immediately following the open tag. This is not what i'm looking for.