PopClip-Extensions

Variable Name Convert

Convert variable names between snake_case and camelCase.

Usage

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_worldHelloWorld); a camel-case name becomes snake case (helloWorldhello_world). The result is pasted into the current app.

Changelog