Sublime Forum

HTML class and id attributes auto-complete

#1

For example:

If I type

I want this to auto complete to

and same for ID.

If I type <div #> it need to auto-complete to

I know emmet can do this if I type div.+ TAB but i want this to do wihout hitting tab as tab adds more work to copy and paste the end of the closing tag if it has to be on another line.

0 Likes

#2

I have “auto_id_class”: true, in my config and makes this works, but i have no idea which package does this (i think emmet, but i’m not 100% sure).

0 Likes