Eclipse - Java代码模板的游标跳转到第一个变量而不是$ {cursor}位置

时间:2017-04-18 14:49:01

标签: java eclipse eclipse-jdt

在我的Eclipse Mars.2中,我现在有了这个try/catch模板:(“Java - Editor - Templates”)

try {
    ${cursor}
} catch (${Exception} ${exception_variable_name}) {

}

插入后,光标会跳转到${Exception}而不是${cursor}。如何使光标位于应有的位置?

我还想在catch块的主体中​​添加另一个“制表符跳转点”。怎么做?

0 个答案:

没有答案