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+←/→ for move and Ctrl+Shift+←/→ for selection.
You can double-click an identifier or a word in a comment or plain text to select it. For identifiers, you can opt not to select the whole CamelCased identifier, but only the capitalized word inside it where you double-click.
Eclipse "Quick outline" Ctrl + O (Windows) is an equivalent Idea "File Structure" Ctrl + F12 ! Follow this answer to receive notifications.
Press Ctrl+Alt+Shift+J to select all case-sensitively matching words or text ranges in the document.
IDEA has the same keystrokes as Eclipse for camel-case words, but you have to have the CamelHumps option turned on (it's in Settings -> Editor -> General -> Smart Keys -> Use "CamelHumps" words )
Yes, the answer of yalestar is correct. Settings > Editor > Smart keys > Use "CamelHumps" words
However, here is something that can be usefull to know: If you want to be able to select the whole word by double-click on it, unselect the "Honor 'CamelHumps' words settings when selecting on double click" in Settings > Editor.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With