Created
July 8, 2017 20:31
-
-
Save joeytsai/7ed37555e987d1b3d99b93e4d8a8d1ff to your computer and use it in GitHub Desktop.
Android Studio Kotlin Live Templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Abbreviation: logm | |
| Description: Log method name and its arguments | |
| Template: android.util.Log.d(TAG, $content$) | |
| content: groovyScript("'\"' + _1.collect { it + ' = [$' + it + ']'}.join(', ') + '\"'", functionParameters()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment