Sublime Forum

"auto_id_class" - adding a comment at the closing tag of ele

#1

Hi,

Is there a way to make the “auto_id_class” - command to also add a comment at the end of the element .
Not sure if this question is for this forum or for the Emmet forum. Anyway If someone has an idea how to do it please share. :smile:

0 Likes

#2

Not that i’m aware of. But if you create an element via emmet, you can add some filters at the end:

div.foo|c will result in

docs.emmet.io/filters/

0 Likes