Convert variable names between snake_case and camelCase.
Select a variable name such as hello_world or helloWorld and choose
Variable Name Convert. A snake-case name becomes Pascal-style camel case
(hello_world → HelloWorld); a camel-case name becomes snake case
(helloWorld → hello_world). The result is pasted into the current app.