IntelliJ trick for Koin users: Add a *Live Templa...
# koin
j
IntelliJ trick for Koin users: Add a *Live Template (*Preferences > Editor > Live Templates) • abbreviated by inject or inj • with template text
private val $NAME$ by inject<$TYPE$>()
• with first variable being TYPE with expression
completeSmart()
• with second variable being NAME with expression
kotlinAnyVariable()
👌 7
🎉 2