Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue with updating tags in typescriptreact #544

Open
PetitBandit opened this issue Oct 28, 2022 · 0 comments
Open

Issue with updating tags in typescriptreact #544

PetitBandit opened this issue Oct 28, 2022 · 0 comments

Comments

@PetitBandit
Copy link

PetitBandit commented Oct 28, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant