Keyboard Navigation question (Sideways)
Hi guys,
suppose I have the following XML tag:
<property name="createDate" column="CREATE_DATE" type="timestamp"/>
Is there a keyboard shortcut, which lets me navigate from left to right (or vice versa) inside the tag?
So suppose your cursor is in front of the name attribute,
<property |name="createDate" column=".....>
then the shortcut should allow me to jump to the column attribute, or even to the "createDate" value.
Thanks!
Please sign in to leave a comment.
It's not exactly what you're after, but try CtrlLeft, CtrlRight. You can
change the camel-case settings (Settings -> Editor -> Smart Keys) to adjust
the granularity.
Hi Chris,
thank you, Ctrl+left/right actually works well enough!