Appearance
PopClip Extensions Directory / Unlisted Extensions / Variable Name Convert
Variable Name Convert
Convert selected variable names between common naming styles.
ja変数名変換zh hans变量名转换zh hant變量名轉换
Unlisted Extension
This extension is published on Seven Yu's page but is not listed in the main directory index.
Readme
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_world → HelloWorld); a camel-case name becomes snake case (helloWorld → hello_world). The result is pasted into the current app.
Changelog
- 2026-08-25: Clarified the supported naming conversions.
- 2026-08-25: Initial directory submission.
Info
- Created
Aug 25, 2026 - Version
1.6 - Identifier
xyz.phpz.popclip.extension.var-name-convert - PopClip Version
≥2026.8 - Action Type
JavaScript - License
MIT License - Maintainer
Seven Yu - Source
dofy/PopClip-Extensions/.../src/VarNameConvert.popclipext/