Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using CamelHumps without resharper or coderush

I've read through the previous threads on ctrl+arrow or ctrl+shift+arrow in visual studio using resharper or coderush.

There was one answer where a macro achieved the same result.
However, VS2013 no longer supports macros.

Is there an alternative way to support camelhumps in Visual Studio 2013 without relying on resharper or coderush?

like image 705
ton.yeung Avatar asked Mar 04 '14 03:03

ton.yeung


1 Answers

I stumbled across this question before stumbling over the VSTricks extension, which does this (and a couple of other things).

After installing, I had to re-map the hotkeys manually, but it was pretty simple:

VSTricks options

For all the settings in the list, I mapped to the keystrokes that were previously mapped to the corresponding commands for words (e.g. Edit.SubWordNext was mapped to Ctrl+Right arrow, which was previously mapped to Edit.WordNext).

The extension works in VS2015 too - and, unlike e.g. ReSharper which also has this feature, it's free :)

like image 66
Tomas Aschan Avatar answered Sep 29 '22 16:09

Tomas Aschan