Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Notepad++ XML autocompletion / add end tag?

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!

like image 847
stefan.at.wpf Avatar asked May 13 '12 20:05

stefan.at.wpf


1 Answers

First, download the TextFX plugin using Plugin Manager

Plugins > Plugin Manager

Then select the following menu

TextFX > TextFXSettings > Autoclose XHTML/XML <Tag>
like image 71
Hoa Avatar answered Oct 21 '22 17:10

Hoa