Question

On Windows, Ctrl+Right Arrow will move the text cursor from one "word" to the next. While working with Xcode on the Mac, they extended that so that Option+Right Arrow will move the cursor to the beginning of the next subword. For example, if the cursor was at the beginning of the word myCamelCaseVar then hitting Option+Right Arrow will put the cursor at the first C. This was an amazingly useful feature that I haven't found in a Windows editor.

Do you know of any way to do this in Visual Studio (perhaps with an Add-In)?

I'm currently using pretty old iterations of Visual Studio (Visual Basic 6.0 and Visual C++), although I'm interested to know if the more modern releases can do this, too.

Was it helpful?

Solution

ReSharper has a "Camel Humps" feature that lets you do this.

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