在实时模板后选择光标位置

时间:2014-06-17 10:08:35

标签: intellij-idea jetbrains-ide live-templates

在IntelliJ IDEA中,我已经定义了一个这样的实时模板:

@Inject
private void postInject() {
  //I want the cursor to be placed here after the execution of the live template.
}

有没有办法告诉IntelliJ在展开实时模板后将光标放在方法体内?

1 个答案:

答案 0 :(得分:94)

不确定。只需将特殊的$ END $变量放到该位置即可。