Context Actions for XML
ReSharper provides the following context actions for XML:
| Name | Description |
|---|---|
| Add module qualification | Adds or updates module qualification for the type reference. |
| Collapse empty tag | Converts from empty opening and closing tags into empty tag |
| Convert attribute to nested element | Converts tag attribute to nested element. |
| Convert CData to text | Replaces continuous CData elements with their escaped content |
| Convert tag to attribute | Converts nested tag to an attribute of enclosing tag. |
| Convert text to CData | Surrounds text with CData element, removes escaping from text if necessary |
| Expand empty tag | Splits empty tag to opening and closing tags |
| Remove all tags with specified name and promote their children | Removes all the tags with specified name but keeps its children intact |
| Remove tag and promote its children | Removes the tag but keeps its children intact |
| Remove tag attribute | Removes the attribute from tag |
| Replace all attributes | Replaces all attributes with the same name in the file for current tag with different name |
| Replace all tags | Replaces all tags with the same name in the file with different tag |
| Replace tag | Replace tag with different tag |
Last modified: 08 March 2021