0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Android StudioのLiveTemplateを使う

Posted at

概要

Android StudioのLive Templateを導入する時の備忘録

手順

  1. 設定 > Editor > Live Templateを開く
  2. +ボタンでLive Templateを追加
  3. ①の部分にトリガーになるワードを入れる
  4. ②の部分に挿入したいコードを追加
  5. ③の部分で何の言語か選ぶ**(ここを忘れると補完されないので注意)**
  6. ※もし変数があれば④を押して変数設定へ
  7. okを押して完了
スクリーンショット 2020-04-27 11.59.25.png

変数設定について

下記参照
https://pleiades.io/help/idea/template-variables.html

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?