1. ホーム
  2. intellij-idea

[解決済み] ライブテンプレート後のカーソル位置の選択

2023-07-14 16:07:41

質問

IntelliJ IDEAで、以下のようなライブテンプレートを定義しています。

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

ライブテンプレートを展開した後、メソッドボディの内側にカーソルを配置するようにIntelliJに指示する方法はありますか?

どのように解決するのですか?

もちろんです。 $END$ 変数をその位置に置くだけです。

ヘルプドキュメントです。 https://www.jetbrains.com/help/idea/template-variables.html#pdtv