Refactoring XML
Last modified: 05 November 2021Refactoring means updating the source code without changing the behaviour of the application. Refactoring helps you keep your code solid, dry, and easy to maintain. See Code refactoring for details.
To invoke an XML refactoring
Right-click the element to refactor and select Refactor | XML Refactorings | <refactoring_name> from the context menu.
To rename a tag or an attribute
Right-click the tag or the attribute to rename and select Refactor | XML Refactorings | Rename Tag or Refactor | XML Refactorings | Rename Attribute from the context menu.
In the dialog that opens, type the new name of the tag or the attribute, select the scope in which you want to rename it, and click Refactor.
Thanks for your feedback!
Was this page helpful?