Skip to content

Instantly share code, notes, and snippets.

@joeytsai
Created July 8, 2017 20:31
Show Gist options
  • Select an option

  • Save joeytsai/7ed37555e987d1b3d99b93e4d8a8d1ff to your computer and use it in GitHub Desktop.

Select an option

Save joeytsai/7ed37555e987d1b3d99b93e4d8a8d1ff to your computer and use it in GitHub Desktop.
Android Studio Kotlin Live Templates
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