Join Slack
Communities
Powered by
IntelliJ trick for Koin users: Add a *Live Templa...
# koin
j
jmfayard
02/10/2022, 10:34 AM
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
5
Views
Open in Slack
Previous
Next