Atom editor package to change variable/method names from 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 currectly selected text has. You just have to choose what case you want the text to be.
F6
toggles selected text to camelCase or snake-case.Feel free to open up a pull request or an issue to request a feature or to report a bug.
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.