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

Use treesitter to auto close and auto rename html tag

Results 41 nvim-ts-autotag issues
Sort by recently updated
recently updated
newest added

![autotag bug](https://github.com/windwp/nvim-ts-autotag/assets/3148501/57a7d960-d2be-42af-b24c-74fb19fa36a7) I noticed some weird behavior when trying to insert self closing tags in JSX. After placing the trailing slash autotag inserts the tag name after it for some...

autotag is not working in html files containing tag with javascript parser installed ![autotag](https://github.com/windwp/nvim-ts-autotag/assets/35358684/ed169488-000b-4e65-8429-c9cb152c5d43)

Currently if I have a tag and try to change it with `x` if I made a typo, it does not update the closing tag. example (cursor: `|`) ```html ```...

pinned

Hello, I'm experiencing an issue with the nvim-ts-autotag plugin where the autocompletion feature is not correctly expanding self-closing tags. ## Current Behavior: When I type `

Is this expected? Are there workarounds/solutions? Thank you for this package 🙏 ![2024-08-19 16 11 29](https://github.com/user-attachments/assets/bbd8f61d-b001-47e0-9ceb-7491867a6620)

Hello, renaming tags does not work in XML files: https://github.com/user-attachments/assets/a0c9e701-3b84-464e-966b-6f5816e562c3 My nvim-ts-autotag config: ``` require('nvim-ts-autotag').setup { opts = { -- Defaults enable_close = true, -- Auto close tags enable_rename =...

See title. There's been several tickets auto closed by stale bot.

To cut down on issues opening with "x thing doesn't work" and similar explanations, it would be good to add a simple issue template with a minimal init to demonstrate...

good first issue

Would it possible/particularly difficult to implement behaviour that would automatically transform `