在IntelliJ IDEA中,我定义了一个实时模板,如下所示:
@Inject
private void postInject() {
//I want the cursor to be placed here after the execution of the live template.
}
展开实时模板后,是否可以告诉IntelliJ将光标放置在方法主体内?
在IntelliJ IDEA中,我定义了一个实时模板,如下所示:
@Inject
private void postInject() {
//I want the cursor to be placed here after the execution of the live template.
}
展开实时模板后,是否可以告诉IntelliJ将光标放置在方法主体内?
Answers:
当然。只需将特殊$END$
变量放在该位置即可。
帮助文档:https : //www.jetbrains.com/help/idea/template-variables.html#pdtv