By selecting or clearing check boxes in this page, you can compile the list of Context Actions that will be available for your code. When you select a specific context action, you can read its description in the lower part of the tab.
| Item | 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 tag. |
|
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, unescapes 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 tags with specified name but keeps its children intact. |
|
Remove tag and promote its children |
Removes a tag but keeps its children intact. |
|
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 a different tag. |
|
Replace tag |
Replaces a tag with a different tag. |
Note
ReSharper's settings are saved in settings layers that enable you to have different settings for different solutions as well as to share your settings with your team. To learn more, study the Managing and Sharing Options section.

