ReSharper 2018.1 Help

Editor

ReSharper | Options | Code Editing | XAML | Editor

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

ItemDescription
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 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 Ctrl+Space to fall back to the symbol completion and get more suggestions.
Expand namespace aliases in code completion If this check box is selected, full namespace names are shown in the completion list, otherwise, short aliases are shown.
Always create self-closed tags on code completion If this check box 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: 20 August 2018

See Also