質問

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?

正しい解決策はありません

他のヒント

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

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top