This page of ReSharper options allows you to adjust ReSharper's features in the code editor. These are language-specific settings that complement the main set of editor features.
| Item | Description |
|---|---|
| Synchronous changing of matching tag | If this check box is selected, ReSharper simultaneously changes the closing tag when you are editing the opening tag of an element and vice versa. |
| Auto-insert tag footer in code completion | If this check box is selected, ReSharper will insert the footer (closing) tag as soon as you apply any code completion. If unselected, the closing tag is inserted when you close the opening tag. |
| Use smart behavior for automatic code completion |
If this check box is selected, ReSharper will apply
Smart Completion as automatic code completion;
if unselected, the
Symbol Completion is applied by default.
When working with XAML files, Symbol Completion often provides too many completion suggestions, and Smart Completion suggestions are more helpful in most cases. If this option is selected, you can use Ctrl+Space to fall back to the Symbol Completion and get more suggestions. |
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.
