plugins:close-tag

Close tag

The plug-in will auto close open tag for you, when you press “/” in languages like XML or HTML:

  • Auto close paired tag. For example typing “/” after “<body><” will lead to close of tag “body” as this “<body></body>”
  • Auto close single tag. For example typing “/” after “<br” will lead to close of tag “br” as this “<br/>”
  • Auto complete attribute assignments. Add =“” on typing = after attribute and move cursor between quotes.

You can install plugin directly from HippoEDIT Plugins options page (Tools→Options→Plugins), if you have Online Repository activated or by download plugin bundle directly from this page and open it with HippoEDIT.

  • For details about integration, you can ask on forum.
  • Source code for reference or extension can be found on GitHub.

#plugin