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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. 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.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. 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

  4. 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

  • XML: Twig – A Time-Tested Powerhouse for Processing XML

    1 project | news.ycombinator.com | 10 Dec 2024
  • If Not React, Then What?

    16 projects | news.ycombinator.com | 30 Nov 2024
  • Release 0.9.0 of `@xmldom/xmldom`

    1 project | dev.to | 29 Aug 2024
  • Show HN: A JavaScript library for imperative JSX

    6 projects | news.ycombinator.com | 6 Jul 2024
  • Setting max line length in WebMarkupMin's settings | .net 7

    1 project | /r/dotnet | 8 Jul 2023

Did you know that Vim Script is
the 35th most popular programming language
based on number of references?