IntelliJ IDEA 2017.2 Help

Delete Attribute

The Delete Attribute refactoring allows you to delete a set of attribute definitions on a set of XML tag. If this refactoring is invoked, all attributes matching the selected attribute name on tags with the selected tag name may be removed. This bulk removal of attributes may be useful as XML schemas evolve.

Deleting an attribute

  1. In the editor, place the cursor within the attribute to be deleted.
  2. Select Refactor | XML Refactorings | Delete Attribute from the main or the context menu.
    1_deleteAttribute.PNG
  3. Determine the scope of the deletion. All attributes matching name of the attribute selected on the tag selected will be deleted, if they are in the selected scope. Scopes available include the current file, the entire project, or a specified directory or module. Directory scopes can either include sub-directories, or not, based on whether the Recursively check box is selected. If the Limit to files with DTD:... check box is selected, the scope will be limited to those files with the same DOCTYPE as the current file.
  4. Press Preview button to make IntelliJ IDEA to search for usages of the selected attribute Find window.
  5. Click OK to continue. If you do not select the Preview option, all usages will be changed immediately.

Please note the following:

  • Pressing Preview opens the Refactoring preview window displaying all found usages of the attributes to be removed. In this window you can exclude/include usages you want to refactor.
  • Pressing Show XSLT... opens the XSLT preview window displaying an small fragment of XSLT equivalent to the refactoring requested. This fragment can be used by XSLT processors to perform the requested refactoring on files external to your IntelliJ IDEA project.
  • The Refactoring preview window may appear anyway, if the files to be affected are read-only.
Last modified: 29 November 2017