views:

46

answers:

1

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.

A: 

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 :(

AakashM
But as he's running Express, as noted by John, he can't use plug-ins/add-ins.
Simeon Pilgrim
Yea, I came across the CodeRush Express (which is free) but I cannot plug into my express VS.. :( Thanks
Xinxua