Atom editor package to change variable/method names from kebab- to snake_ to camelCase and back again.
There are two ways to convert your selected text.
By using the methods below, you let Atom detect what type-case your currently selected text has. You just have to choose what case you want the text to be.
alt-c ctrl-c
switches selected text to camelCasealt-c ctrl-s
switches selected text to snake_casealt-c ctrl-k
switches selected text to kebab-case
Easily toggle through the cases for a selected text. This is probably the most useful command. currently the text isn't selected anymore after switching - this will be fixed soon.
(Default: alt-c ctrl-t
on OS X)
- fix toggle function loosing selection
Feel free to open up a pull request or an issue to request a feature or to report a bug.