Hi, im aware you can use the End button (on windows keyboards) to jump to the end of the line but is there a way so that if there is a semi colon at the end of the line it teleports the caret(or the pointer) to the position just before the semi colon
e.g
imagine pipe | is the cursor when you press End rather than getting this:
System.out.println();|
you get this:
System.out.println()|;
Thanks,