Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Custom Postfix Completion in Android Studio

Is it possible to make custom "Postfix Completion" in Android studio ?

 Settings -> Editor -> Postfix Completion

In Eclipse it's called "Template". I just wan't to write shortcut (e.g. rer) and get (e.g android.util.Log.i("customTAG",$cursor);

like image 385
p37td8 Avatar asked Aug 06 '14 21:08

p37td8


1 Answers

What you are looking for is Live template. It's different of postfix. A bit late but it's already existing as loge, logi etc...

Live Template Android Studio

like image 130
Vincent D. Avatar answered Oct 10 '22 06:10

Vincent D.