Page 1 of 1

Subword navigation functionality?

Posted: 04.12.2022 03:38
by gromul
I'm running {{ CudaText 1.178.0.0, win64-x86_64-win32, fpc 3.2.3 }} and looking for the subword navigation option, e.g. for abc_def or abcDef etc.
Is there are a core feature or a plugin for this? My search didn't find any relevant hits.
If this doesn't exist yet, I'd like to tackle coding a plugin for this.

Posted: 04.12.2022 19:29
by main Alexey
Yes, CudaExt plugin commands:

Jump: Left into CamelCase/snake_case
Jump: Right into CamelCase/snake_case

Posted: 04.12.2022 22:42
by gromul
It works, thanks!