for example, I want to wrap Hello world
as <% = Hello world% >
.
how do you realize it? Emmet seems to be able to wrap only built-in html elements, while sublime"s snippet can only generate fragments in advance and fill in the fragments
In the actual writing process ofejs, symbols such as <%% > are inefficient
.<ul>
<% users.forEach(users=>{ %>
<% }) %>
</ul>