navigation - How to navigate through the source code by parts in CamelCase (instead of whole words)? -
i remember when using eclipse when holding ctrl , using left or right arrows eclipse navigate on longcamelcasewrittenword
in several steps. 1 camel case word @ time.
so go follows (pipe |
represents actual cursor position):
|longcamelcasewrittenword -> ctrl+right_arrow -> long|camelcasewrittenword -> ctrl+right_arrow -> longcamel|casewrittenword -> ctrl+right_arrow -> longcamelcase|writtenword -> ctrl+right_arrow -> longcamelcasewritten|word -> ctrl+right_arrow -> longcamelcasewrittenword|
is there way how achieve in intellij? intellij steps on whole word @ once.
using intellij 9.0
yes, enable use "camelhumps" words in settings | editor | general | smart keys
.
Comments
Post a Comment