wasyl
06/22/2021, 7:27 AMUse "camelHump" words options selected, so when I perform Extend selection action, the selection gets extended word by word. However, it’s not very convenient for those cases where I want to select an entire expression, for example when using multiple carets:
val f<caret>oo = 2
val f<caret>ooBar = 3
Performing Extend selection here will select foo in both cases, performing it again will select entire val foo = 2 in the first line, and fooBar in the second line.
Doing the same but with Use "camelHump" words unchecked will select foo and fooBar respectively on the first Extend selection usage.
Is there a shortcut or some other way to extend a selection as if the Use… option was off, but keep it on in general?Fleshgrinder
06/22/2021, 8:27 PMwasyl
06/23/2021, 6:04 AMfoo and fooBar in one command