vote up 3 vote down star

Is there an HTML editor which automatically changes the end tag when you edit the start tag?

flag

59% accept rate

3 Answers

vote up 1 vote down

IntelliJ has a bunch of XML refactors, one of which is rename tag.

link|flag
vote up 1 vote down

Aptana Studio Does. Just set modify pair tag in Window Menu > Preferences > Aptana > Editor > HTML > Typing It is off by default.

link|flag
vote up 0 vote down

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.

link|flag
Cool - do you know how that might be done in TextMate? – crosstalk Jan 1 at 3:33
It's probably done in a very similar manner, since e was built as a Windows version of TextMate. Past that, no, I don't know :( – gms8994 Jan 1 at 23:33

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.