Like in Eclipse, when we say Ctrl + Left/Right arrow, the cursor moves between the words in a method when they are capitalized. I would like to do the same in visual studio express. Is it possible?
currently when I say Ctrl + Left/Right, the cursor moves to the end considering the whole function name as a single word.
The excellent ReSharper add-in for VS has this feature and calls it CamelHumps. I don’t believe it’s available in plain Visual Studio.
edit As noted by Simeon Pilgrim below, question reading failure on my part, sorry- Express doesn’t support add-ins 🙁