I found the setting for the camel humps in the Reshar:
Resharper -> Options -> Editor -> Using CamelHumps
The problem is that I would still like to use the normal selection mode (i.e. the default behavior for CTRL + Arrow and CTRL + SHIFT + Arrow) as well as CamelHumps mode.
For example, consider this variable:
private int MyVeryLongCamelCaseName;
Now, if I want to copy the entire variable, I want the default behavior for CTRL + SHIFT + Left-Arrow to be used to select the entire variable if the cursor is on M.
However, if I want to change the name to say MyExtremelyLongCamelCaseName, then I would like CamelHumps behavior to be provided by Resharper.
Is there a way to have both behaviors with different labels?
camelcasing resharper devtools
Jonathan parker
source share