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
Hello,
here's my issue,
in a typescriptreact file:
when using <c-y>,to expand div.ok it will correctly expand to <div className='ok'></div>
once created if i do <c-y>u and respond to the promptspan.ko it will expand to <span class='ko'></span>
Expected result:
Updating a tag has de the same behavior as expanding a tag (updating a tag expands in className, not class)
Config for the emmet plugin:
autocmd FileType html,css,jsx,tsx,typescriptreact EmmetInstall
let g:user_emmet_mode = 'inv'
I ve tried to look up similair issues on this repo but couldnt find a solution for this problem.
Please help as this is a plugin that i enjoy and use a lot.
The text was updated successfully, but these errors were encountered:
Hello,
here's my issue,
in a typescriptreact file:
when using
<c-y>,
to expanddiv.ok
it will correctly expand to<div className='ok'></div>
once created if i do
<c-y>u
and respond to the promptspan.ko
it will expand to<span class='ko'></span>
Expected result:
Updating a tag has de the same behavior as expanding a tag (updating a tag expands in className, not class)
Config for the emmet plugin:
I ve tried to look up similair issues on this repo but couldnt find a solution for this problem.
Please help as this is a plugin that i enjoy and use a lot.
The text was updated successfully, but these errors were encountered: