3

Resharper offers a feature called CamelHump navigation which overides Ctrl + Left/Right navigation from jumping between words to jumping between words in camel case.

Presing Ctrl + Left here (where | represents cursor positon)

GetUserIDFromTestGeneratedAccount|

would move the cursor to here

|GetUserIDFromTestGeneratedAccount

But I would like a means for another shortcut to move it here

GetUserIDFromTestGenerated|Account

I would like to reiterate, I want both ways to navigate and don't want to override standard Ctrl+Left navigation as with the Resharper option.

Jay Wick
  • 12,325
  • 10
  • 54
  • 78
  • Possible duplicate of [Make Visual Studio understand CamelCase when hitting ctrl and cursor keys](http://stackoverflow.com/questions/314095/make-visual-studio-understand-camelcase-when-hitting-ctrl-and-cursor-keys) – Jay Wick Jan 16 '17 at 22:34

1 Answers1

2

I apologise for the duplicate question! It was a hard one to search for given the naming, but it's called "subword navigation".

While the older question has some great answers, I was able to find this extension which worked great once you setup the shortcuts: Subword Navigation

Setting up keyboard shortcuts for Subword Navigation

Community
  • 1
  • 1
Jay Wick
  • 12,325
  • 10
  • 54
  • 78