+1

Add Feature/Branch: preference option to switch between snake_case/kebab-case/camelCase at branch/feature creation

Christophe Braud 2 years ago updated 2 years ago 2

When I create a feature, space are automatically convert into underscore to create a snake_case name. Some projects use kebab-case in place of snake_case, it could be nice to have a preference for that (maybe with global and per repository settings)

Please try changing the low-level property branch.replaceInvalidCharsWith.

It works for me, but a more advanced option that do a real kebab/camel transformation could be a nice feature (lower case + dash replacement in my case)

Thanks for the tips !