N
N
nurise2014-02-17 10:57:09
HTML
nurise, 2014-02-17 10:57:09

Is there a plugin for Sublime Text 3 that automatically puts comments on closing html tags?

Something along those lines.

<header class="header">
    some text...
</header><!--.header-->

Or maybe there is an opportunity to manually write a macro or something else?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Ruslan, 2014-02-17
@nurise

emmet -> .header|c
construction header.header|c will output

<header class="header"></header>
<!-- /.header -->

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question