Question

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?

Was it helpful?

Solution

CodeRush can do this.

OTHER TIPS

Resharper can do it as well, using a feature called CamelHumps

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top