ReSharper 2020.3 Help

Editor

ReSharper | Options | Code Editing | XAML | Editor

This page lets you adjust ReSharper's XAML features in the editor. These are language-specific settings that complement the main set of editor features.

Synchronous changing of matching tagIf this checkbox 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 completionIf this checkbox 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 completionIf this checkbox is selected, ReSharper will apply Smart Completion as automatic code completion; if unselected, the Basic Completion is applied by default.
When working with XAML files, basic 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 Control+Space to fall back to the symbol completion and get more suggestions.
Expand namespace aliases in code completionIf this checkbox is selected, full namespace names are shown in the completion list, otherwise, short aliases are shown.
Always create self-closed tags on code completionIf this checkbox is selected, ReSharper will insert self-closed tags whenever the code completion inserts new tags. Otherwise, a pair of opening and closing tags is created
Last modified: 08 March 2021