I didn’t see the extension, but hopefully Panic sees this, Auto rename closing tag is something even codepen does, for example: if I change < h1 to h2, then get updated automatically
I don’t see an extension either. And I agree it should be part of core functionality. Nova is already going through the trouble of detecting the closing tag—if you put your cursor in the tag name (don’t select the tag name, just have the cursor blinking in the tag name) then the editor provides a soft highlight/tint of the tag name for both the opening and closing tag. They’ve essentially already done the hard work figuring out the matching parts. Then they could just add a keyboard shortcut that would select both of those instances to allow an edit to happen.