HTML Tag Auto Complete in Notepad++

htmlnotepadplugins

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.

Best Answer

Try going into TextFX / TextFX Settings and check 'auto close XHTML tags'. This makes it work in plain HTML files too. You may need to install it if using a newer version of Notepad++

  1. Click Plugins > Plugin Manager > Show Plugin Manager
  2. On the "available" tab check the box by "TextFX Characters"
  3. Click Install
  4. Restart Notepad++
  5. Enable the auto-close XHTM features as described above.
Related Question