ReSharper 2021.1 Help

Context Actions for XML

ReSharper provides the following context actions for XML:

NameDescription
Add module qualificationAdds or updates module qualification for the type reference.
Collapse empty tagConverts from empty opening and closing tags into empty tag
Convert attribute to nested elementConverts tag attribute to nested element.
Convert CData to textReplaces continuous CData elements with their escaped content
Convert tag to attributeConverts nested tag to an attribute of enclosing tag.
Convert text to CDataSurrounds text with CData element, removes escaping from text if necessary
Expand empty tagSplits empty tag to opening and closing tags
Remove all tags with specified name and promote their childrenRemoves all the tags with specified name but keeps its children intact
Remove tag and promote its childrenRemoves the tag but keeps its children intact
Remove tag attributeRemoves the attribute from tag
Replace all attributesReplaces all attributes with the same name in the file for current tag with different name
Replace all tagsReplaces all tags with the same name in the file with different tag
Replace tagReplace tag with different tag
Last modified: 08 March 2021