How do I select individual words of a camelized word in IntelliJ IDEA

后端 未结 3 1270
迷失自我
迷失自我 2021-01-30 15:27

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 cu

3条回答
  •  孤城傲影
    2021-01-30 16:21

    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 )

提交回复
热议问题