Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Resharper: Ctrl-Backspace deletes just one subword of a CamelCaseWord

When I have the text:

new ResharperFeature

And I press Ctrl-Backspace, I get:

new Resharper

And I want:

new

This issue exists only on my work PC. It must be misconfigured. What is the setting that I can change to get the "normal" behavior?

Note: I verified that this is a R# problem by suspending R#. The problem went away.

like image 896
usr Avatar asked Jan 08 '12 16:01

usr


1 Answers

Go to ReSharper > Options > Environment > Editor, and deselect Use CamelHumps

Note that this will also affect Ctrl+W/Ctrl+Shift+W (Extend/Shrink Selection) and Ctrl+Left/Right

like image 169
Jura Gorohovsky Avatar answered Oct 22 '22 05:10

Jura Gorohovsky