ReSharper 2016.3 Help

Editor & Formatting

ReSharper | Options | Code Editing | Razor | Editor & Formatting

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

ItemDescription
Auto-format on enter If this check box is selected, ReSharper applies code formatting rules to the recently typed code after you press Enter.
Auto-format on closing tag If this check box is selected, ReSharper automatically formats recently added code after you type the closing tag of an element.
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.
Override brace style for C# to always use "At end of line (K & R Style)" If this check box is selected, ReSharper will always use Kernighan & Ritchie style brace layout in markup pages regardless of whatever style you’re using in code-behind.
Always remove 'this' qualifier (override the corresponding C# setting) If this check box is selected, ReSharper will always remove this qualifier from members when reformatting your code. Otherwise, this qualifier is treated according to the settings configured on the Code Editing | C# | Code Style page of ReSharper options.
Last modified: 12 October 2017

See Also