A
A
Artem2016-03-04 13:09:24
Sublime Text
Artem, 2016-03-04 13:09:24

Bem sublime text and emmet - doesn't work?

Hello!
Installed sublime text and emmet.
I insert, for example, such a construction
table>tr.row$*4>td.data${data_contents $}*2
. I press tab and nothing happens. What could be the reason?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Artem, 2016-03-04
@beardedman

Mde. If anyone is interested
, I just pressed Ctrl + E - alternative
after entering this
we will get the output

<table>
      <tr class="row1">
        <td class="data1">data_contents 1</td>
        <td class="data2">data_contents 2</td>
      </tr>
      <tr class="row2">
        <td class="data1">data_contents 1</td>
        <td class="data2">data_contents 2</td>
      </tr>
      <tr class="row3">
        <td class="data1">data_contents 1</td>
        <td class="data2">data_contents 2</td>
      </tr>
      <tr class="row4">
        <td class="data1">data_contents 1</td>
        <td class="data2">data_contents 2</td>
      </tr>
    </table>

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question