tag
Sublime Text-inspired HTML & XML Tag menu and functions. Close Tag (⌥⌘.)
U-Zyn Chua 168,174 232 0.5.0 MIT GitHub

Tag for Atom

A Sublime Text-inspired Tag menu and functions for Atom.

Supports HTML / XML tags.

Tag in action

Install

apm install tag

Or search for tag under Atom Preferences > Install Packages.

Features

  • Close Tag (⌥⌘.)
  • Close tag upon typing of </
    • Toggle-able at Atom Preference
    • When turned on, this feature is only triggered when grammar's name contains HTML or XML.

To do

  • Expand Selection to Tag (⇧⌘A)
  • Customization options for single tags
  • Tests