nvim-ts-autotag icon indicating copy to clipboard operation
nvim-ts-autotag copied to clipboard

tag not renamed in js string literals

Open vdegenne opened this issue 2 months ago • 0 comments

Similar to issue https://github.com/windwp/nvim-ts-autotag/issues/251

But in JS string literal introduces partially broken behavior.

If I disable autoclose and enable enable_close_on_slash it works (which means html in string literals in JS/TS is partially working. But the renaming doesn't work (sadly)

Example

https://github.com/user-attachments/assets/6d2f4907-35fa-484c-a884-9df56a22c8f6

vdegenne avatar Oct 20 '25 09:10 vdegenne