What is the shortcut in IntelliJ IDEA to move across or select individual words of a camelized word? Lets say i have aLongMultiWordVariableName, I want to be able to move the cursor to each word for editing or select parts of the variable.
Eclipse has a shortcut to do this Ctrl + Left/Right for move and Ctrl + Shift + Left/Right for selection.