Tag: Atom

  • Self-closing tag: Atom plugin for deleting redundant closing tag

    Couple days ago I’ve published my first plugin for Atom code editor which I really enjoy using. This plugin is named “self-closing tag” and is useful for situations when you expanded a HTML tag and than you make it self-closed ((By typing “/” before “>” in opening tag.)). Now instead of manually deleting redundant closing…