Is there a way to change both opening and closing tags in html/vue?

This page summarizes the projects mentioned and recommended in the original post on /r/neovim

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • vim-surround

    surround.vim: Delete/change/add parentheses/quotes/XML-tags/much more with ease

  • I use vim-surround for this purpose. Changing the tag would be `cst` and then inputting the opening of the new tag.

  • tagalong.vim

    Change an HTML(ish) opening tag and take the closing one along as well

  • This should do the trick: https://github.com/AndrewRadev/tagalong.vim

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • nvim-ts-closetag

    Use treesitter to auto close and auto rename html tag

  • If you're using treesitter - https://github.com/windwp/nvim-ts-autotag. Doing ciw hovering the tagname would propagate the change to the closing tag as well.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts