krasa / StringManipulation

IntelliJ plugin - https://plugins.jetbrains.com/plugin/2162
Apache License 2.0
694 stars 81 forks source link

Add "To kebab-case" #177

Closed KingMob closed 2 years ago

KingMob commented 2 years ago

Is your feature request related to a problem? Please describe. As a Clojure user, kebab-case is the dominant style, and the one I always want to convert things into.

Describe the solution you'd like Please add a "To kebab-case" option, so I could set a shortcut for it.

Describe alternatives you've considered This is doable via custom action, but that's not very discoverable.