Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there a Visual Studio plugin (preferably Resharper) that has camel case selection [duplicate]

Possible Duplicate:
Make Visual Studio understand CamelCase when hitting ctrl and cursor keys

Exact duplicate of this thread

I have some quite long variable / field names in my code and I'm finding the default behaviour for CTRL+SHIFT+Right-Arrow and CTRL+SHIFT+Left-Arrow to be less productive than if it were to adhere to camel casing. Here's an example.

Say the cursor is before the A in AndAnotherThing. CTRL+SHIFT+Right-Arrow will select the entire variable while adherance to camel casing would only select And.

Is there any tool or plugin for Visual Studio that can do this?

Edit:

I'd also like similar behaviours for CTRL+Left-Arrow and CTRL+Right-Arrow

like image 604
Jonathan Parker Avatar asked Mar 02 '09 06:03

Jonathan Parker


1 Answers

Resharper supports it, select Use CamelHumps in ReSharper | Options | Editor and it will work as you expect.

like image 82
Christian C. Salvadó Avatar answered Sep 30 '22 20:09

Christian C. Salvadó