Skip to content

Instantly share code, notes, and snippets.

View benjamin-prnd's full-sized avatar
:octocat:
coding....

benjamin-prnd

:octocat:
coding....
View GitHub Profile
@Rajin9601
Rajin9601 / live-template-for-kotlin-function-logging.md
Created April 27, 2020 02:07
intellij live template for kotlin function logging
  1. create a live template (I use logf for log function)

  2. fill template text with

android.util.Log.i("$tag$", "$content$")
  1. click edit variables and type in expression for the variables

tag :