最佳答案
在 IntelliJ IDEA 中,我定义了这样一个实时模板:
@Inject
private void postInject() {
//I want the cursor to be placed here after the execution of the live template.
}
是否有一种方法告诉 IntelliJ 在展开活动模板后将光标放置在方法体内?