0

I often use these shortcuts in Eclipse, and the shortcut will bring you to the next capital letter in the word- for example:

variableName|

pressing ctrl + left arrow will make the cursor go like this:

variable|Name

However, this is not how it works in Visual Studio. It goes to the next word, rather than the next capital letter. I don't know how to search for this problem on Google.

I'm using Visual Studio Community 2017.

FelixSFD
  • 6,052
  • 10
  • 43
  • 117
DCON
  • 628
  • 5
  • 18
  • The eclipse behavior is non standard. Most editors use ctrl+left/right as moving to the next word instead of moving to the next boundary in camel case – phuclv Nov 21 '17 at 17:13
  • It's imperative that I use Visual Studio. Using a different editor is not an option. – DCON Nov 21 '17 at 17:15

0 Answers0