wasyl
10/17/2022, 3:03 PMCamelHumps
words but fall back to default, non-camel-humps behavior as needed? My use case is that I often use multi-cursor to select stuff, and would like to be able to select e.g. all fields here:
class Foo(
val <|>id: String,
val <|>someComplexProp: Int,
val <|>otherProp: Unit,
)
with cursors at <|>
I can’t find an easy way to select all the properties. Sometimes extend selection
works as it’ll select single word first and whole identifier second, but that doesn’t work with identifiers that are just one word (like id
here).Sam
10/17/2022, 3:34 PMwasyl
10/17/2022, 3:36 PMCamelHumps
option on? The thing is I want to use camel humps words, but this one use case doesn’t work well with themSam
10/17/2022, 3:39 PMSam
10/17/2022, 3:40 PMSam
10/17/2022, 3:41 PMSam
10/17/2022, 3:41 PMSam
10/17/2022, 3:42 PMSam
10/17/2022, 3:43 PMwasyl
10/17/2022, 3:44 PMSam
10/17/2022, 3:45 PMRoukanken
10/17/2022, 6:01 PM(normal shortcut) + Alt
and it works wonders to be able to differentiate if you want to select words, or you want to select identifiers