Android Studio中的自定义Postfix完成

时间:2014-08-06 21:02:35

标签: android android-studio

是否可以进行自定义" Postfix Completion"在Android工作室?

 Settings -> Editor -> Postfix Completion

在Eclipse中,它被称为"模板"。我只是不想写快捷方式(例如rer)和get(例如android.util.Log.i(" customTAG",$ cursor);

1 个答案:

答案 0 :(得分:4)

您要找的是Live template。它与postfix有所不同。有点晚了,但已经存在logelogi等......

Live Template Android Studio