Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Does anyone know of a Notepad++ plugin that will automatically close the correct balanced tag upon typing </ ?

e.g. if i had typed

<ul>
  <li>item 1</li>
  <li>item 2</li>
</

I would like to have the plugin auto-generate / auto-complete the closing tag to be </ul>

The Tag auto-close function of the XML-tools plugin and the Auto-close XHTML/XML <Tag> function of the TextFx plugin both seem to just support automatically generating a close tag immediately following the open tag, at the time that the open tag is typed. This is not what i'm looking for. I'm after a function that fires upon the event of typing </. i.e. as you are attempting to close a tag.

share|improve this question

1 Answer

Try TextFX characters. Make sure you set language as HTML/XML.

share|improve this answer
I see that TextFX has a feature in settings called Auto-close XHTML/XML <Tag> but this appears to do the same as the Tag auto-close function of the XML-tools plugin, discussed above. Which function in TextFX should I be looking at? – Cheekysoft Jan 31 at 11:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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