html-tag-auto-complete

A simple auto completion of html tags with class and/or id

Munim Dibosh

132,947

14

2.1.0

MIT

GitHub

html-tag-auto-complete

A simple atom editor package that enables auto completion of html elements with/without class and id. demo

Features

Installation

apm install html-tag-auto-complete

or, go to Preferences > Install and search for html-tag-auto-complete

Usage

{tag-name}
{tag-name}#{id}
{tag-name}.{class-1}.{class-2}

or, the following is also allowed, div will be used as tag-

.{class-1}
.{class-1}.{class-2}
#{id}

Finally, press: alt + tab or, right click and do Run HTML Tag AutoComplete.

Why?

Development