Is there an HTML editor which automatically changes the end tag when you edit the start tag?
|
|
IntelliJ has a bunch of XML refactors, one of which is rename tag. |
||
|
|
|
|
Aptana Studio Does. Just set modify pair tag in Window Menu > Preferences > Aptana > Editor > HTML > Typing It is off by default. |
||
|
|
|
|
e-texteditor can do this, though not as automatically as you probably want. Ctrl+doubleclick on the beginning and ending tags, and change them that way. |
||
