up vote 18 down vote favorite
4
share [g+] share [fb]

I would like for Notepad++ to add the closing tag when I finish typing the open tag. I know there is a plugin to do this for XML but it doesn't work on my HTML files and I have yet to find one that does.

link|improve this question

feedback

protected by Diago Oct 19 '10 at 20:24

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

1 Answer

up vote 15 down vote accepted

Try going into TextFX / TextFX Settings and check 'auto close XHTML tags'. This makes it work in plain HTML files too.

link|improve this answer
2  
Also, the document language needs to be set to HTML, if it isn't already. – w3d Dec 16 '10 at 10:59
Thanks! Notepad++ is a great tool but looks like the authors are tough guys, such things should be on by default. – axk Nov 25 '11 at 11:31
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.