Live templates are customizable macros which simplify writing boilerplate code with short abbreviations. Here we demonstrate some examples how to use and write your own live templates in Android Studio.
Custom templates are located in your home directory.
On Windows
%HOMEPATH%\.AndroidStudioPreview\config\templates
On Linux
$HOME/.AndroidStudioPreview/config/templates
For more information, be sure to check out:
JetBrains TV - https://www.youtube.com/watch?v=ZxaVNGSax80
Functions - https://www.jetbrains.com/idea/webhelp/edit-template-variables-dialog.html#functions
Live Templaes - http://www.radcortez.com/getting-started-with-intellij-idea-live-templates/
User templates
https://github.com/search?q=intellij+live+templates
https://github.com/breandan/android-live-templates
Automation - http://xkcd.com/1319/
Download
0 formats
No download links available.
Android Studio - Live Templates in Action | NatokHD