在活动模板后选择光标的位置

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

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

是否有一种方法告诉 IntelliJ 在展开活动模板后将光标放置在方法体内?

12827 次浏览

Sure. Just put the special $END$ variable to that position.

Help documentation: https://www.jetbrains.com/help/idea/template-variables.html#pdtv