WebStorm
 
Get WebStorm
You are viewing the documentation for an earlier version of WebStorm.

Move attribute out

Last modified: 01 September 2023

The Move Attribute Out refactoring allows you to move attributes defined on a set of XML tags outward to their parent tags. If this refactoring is invoked, all attributes matching the selected attribute name on tags with the selected tag name may be moved outward. This bulk modification of attribute values may be useful as XML schemas evolve.