- Learn WebAssembly
- Mike Rourke
- 66字
- 2021-08-13 15:39:02
Auto rename tag
This extension is incredibly helpful when working with HTML. It automatically changes the name of the closing tag if you change the tag type. For example, if you have a <div> element and you want to make it a <span>, changing the text of the opening element to span will update the closing element text (</div> to </span>):
Auto renaming tag renaming HTML tag