jumping to the end of a template
When I am editing Java code templates are used to fill in code, for example if I type a function paren and extra paren is added on the right, then suppose I start entering a string, a second " character is added and now I have something like:
foo("<curosr here>")
I type in my string, what I am missing is, how do I move to the end of the line to enter the semicolon? Is there some key sequence I haven't found yet?
Regards, Guy
请先登录再写评论。
Hi Guy,
Please try Ctrl+Shift+Enter
But in general -- the "End" key is used to move to the end of line (unless I'm missing something)