Html editor — edit both start and end tag at once - Stack Overflow most recent 30 from stackoverflow.com 2009-11-27T10:54:54Z http://stackoverflow.com/feeds/question/335799 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once 3 Html editor — edit both start and end tag at once EoghanM 2008-12-02T23:19:00Z 2009-01-01T03:12:32Z <p>Is there an HTML editor which automatically changes the end tag when you edit the start tag?</p> http://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once/335881#335881 1 Answer by sblundy for Html editor — edit both start and end tag at once sblundy 2008-12-03T00:11:41Z 2008-12-03T00:11:41Z <p>IntelliJ has a bunch of <a href="http://www.jetbrains.com/idea/features/refactoring.html#XML-aware_dedicated_refactorings" rel="nofollow">XML refactors</a>, one of which is rename tag.</p> http://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once/335915#335915 1 Answer by Philip T. for Html editor — edit both start and end tag at once Philip T. 2008-12-03T00:30:00Z 2008-12-03T00:30:00Z <p><a href="http://www.aptana.com/studio" rel="nofollow">Aptana Studio</a> Does. Just set modify pair tag in Window Menu > Preferences > Aptana > Editor > HTML > Typing It is off by default.</p> http://stackoverflow.com/questions/335799/html-editor-edit-both-start-and-end-tag-at-once/404465#404465 0 Answer by gms8994 for Html editor — edit both start and end tag at once gms8994 2009-01-01T03:12:32Z 2009-01-01T03:12:32Z <p><a href="http://www.e-texteditor.com" rel="nofollow">e-texteditor</a> can do this, though not as automatically as you probably want. Ctrl+doubleclick on the beginning and ending tags, and change them that way.</p>