

For example,, after removing a parameter or an argument, after removing an attribute, or = after removing an initializer. ReSharper can automatically remove remaining whitespaces and utility characters after you remove parts of different code constructs. You may want to clear this checkbox if you prefer to specify double values without the leading zero, for example DoSomething(.33). If this checkbox is selected, ReSharper automatically fixes mistyped characters - in verbatim string interpolation or dot or semicolon inside parentheses.

For C# for example, clear the corresponding check-boxes on the Text Editor | C# | Code Style | Formatting | General options page. You can do it in Visual Studio options ( Tools | Options). If you are using ReSharper auto-formatting features, we recommend that you disable Visual Studio auto-formatting. Note that by default, Visual Studio applies its own formatting rules for edited and pasted code. By default, ReSharper only applies indentation settings when you paste code, which is a convenient option if you do not want to follow formatting rules very strictly.Įven if auto-formatting or auto-indenting on paste are enabled, you can paste code without reformatting it: press Ctrl+Z right after pasting, and only formatting will be undone.

This selector lets you configure whether to apply code formatting rules for pasted code. If this checkbox is selected, ReSharper applies code formatting rules to the block of code when you type its closing brace. If this checkbox is selected, ReSharper applies code formatting rules to the statement when you type a semicolon. This checkbox does not have any impact on how CamelHumps works in Code completion (IntelliSense) or in Navigate and search commands. If this checkbox is selected, the words that compose CamelCased names are taken into account when you use these actions. Go to Next/Previous Word ( Ctrl+Left Arrow / Ctrl+Right Arrow)ĭelete text from the start of the word to the caret Ctrl+Backspaceĭelete text from the caret to the end of the word Ctrl+Delete Enables CamelHumps for the following actions:Įxtend/shrink selection ( Control+W / Control+Shift+W)Įxtend Selection to Next/Previous Word ( Ctrl+Shift+Right Arrow / Ctrl+Shift+Left Arrow)
