when im 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?