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