In Intellij Idea, there\'s a feature. Let\'s say I have used a variable myCamelCase somewhere in my code. Then if I type mCC and press Ctrl-
myCamelCase
mCC
There is a plugin for this in Vim called vim-abolish. Use the map crc to expand to camel case.
crc