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!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.