Sublime Forum

Change the open tag in html automatically change the closing tag aswell

#1

so lets say you have
<div> ..... </div>
and u changed the opening tag only like
<a> ... </div>
so now sublime will automatically change the closing </div> to become </a>

0 Likes

#2

I would expect a package/plugin such as https://github.com/titoBouzout/Tag to handle this rather than core.

1 Like

#3

thanx for the suggestion, will give it a go and get back to u

0 Likes

#4

i opened a ticket on Tag to describe what am after, thanx.

0 Likes