CamelCasePlugin for IntelliJ IDEs (e.g. PhpStorm, IntelliJ IDEA, ...)
Switch easily between kebab-case, SNAKE_CASE, PascalCase, camelCase, snake_case or space case. See Edit menu or use ⇧ + ⌥ + U / Shift + Alt + U.
Allows to disable some conversions or change their order in the preferences.
Please see this example for a demonstration:
Install from the JetBrains Marketplace: open Preferences/Settings → Plugins → Marketplace and search for camelcase.
To install a locally built version:
- Build the plugin with
make build. - In your IDE, open Preferences/Settings → Plugins → ⚙ → Install Plugin from Disk….
- Select the ZIP file created under
build/distributions/. - Restart the IDE when prompted.
make build
