Search code examples
visual-studio-2008text-editorcamelcasing

move through string to next upper case character in visual studio 2008


When I'm working in xCode I can use the Command-LeftArrow and Command-RightArrow to move to the next word break or upper case character in the source code this is really handy when renaming variable names etc,

e.g. If I have "rightAudioFile" and my cursor is at the start of the word I can press Command-Shift-RightArrow and select/highlight just the "right" part of the string then I could rename/cut/copy/paste just that bit.

In visual studio I can use ctrl-Left and Right arrow to move between word boundaries, which is still very handy (you can do it in the stack overflow editor too) but I would like both sets of functionality.

Any ideas how I can set this up in VS2008?


Solution

  • CodeRush can do this.