Don't know why Visual Studio 2012 changed ctrl+arrow (left, right) behavior. For example we have line of code:
int anyIntValue;
I place text cursor as below (<c>
- text cursor position):
int <c>anyIntValue;
And after pressing ctrl
+right arrow
got this:
int any<c>IntValue;
So cursor navigates to the nearest uppercase letter. But I need to return to the default behavior when after ctrl
+right arrow
we got:
int anyIntValue<c>;
May be you know where to find such setting in VS?
You should change the resharper editor options. Uncheck the use CamelHumps checkbox.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With