Automatically close the correct XML / HTML tag when entering </
Does anyone know of a Notepad ++ plugin that automatically closes the correct balanced tag on input </?
eg. if i typed
<ul>
<li>item 1</li>
<li>item 2</li>
</
I would like the plugin to automatically generate / automatically fill out the closing tag </ul>
The Tag auto-closeplug XML-tools-in function and the Auto-close XHTML/XML <Tag>plug-in function TextFxseem to simply support the automatic creation of the close tag immediately after the open tag while the open tag is typed. This is not what I am looking for. I perform a function that fires upon input </. those. when trying to close the tag.
+5
1 answer