You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
using "emmet" for edit html file, when I selected multi-lines. the emmet is not working.
for example, I select two lines and typing "h2", when I tap the "tab", I should have two h2 element (like
), but it's not. I only the two text "h2", not the html elements. which mean the Emmet plugin in not working in the multi-lines.
thanks
The text was updated successfully, but these errors were encountered:
Set emmet.useNewEmmet to true (in the latest Insiders dated 6/1 or above and eventually in the stable release of 1.13 and higher) to get emmet abbreviation expansions in the suggestion list.
This will work in multi cursor too
Steps to Reproduce:
using "emmet" for edit html file, when I selected multi-lines. the emmet is not working.
for example, I select two lines and typing "h2", when I tap the "tab", I should have two h2 element (like
thanks
The text was updated successfully, but these errors were encountered: