madskristensen / Tweakster

A Visual Studio extension
Apache License 2.0
240 stars 23 forks source link

Feature suggestion: Subword navigation aka Camel Humps in Editor #72

Closed knoxi closed 1 year ago

knoxi commented 3 years ago

This is a feature that a lot of IDEs have.

Basically have an option that changes the behavior of CTRL+RIGHT and CTRL+LEFT so that the caret stops at case change aka "Camel Humps".

phizch commented 1 year ago

This is quite an old issue, so you might have found it elsewhere, but that feature exist in Visual Studio 2022 at least. CTRL+ALT+RIGHT and CTRL+ALT+LEFT moves to next/previous subword.

knoxi commented 1 year ago

You are right, and I'm already using it.