Join Slack
Powered by
Trying this again, since there were no answers whe...
# intellij
m
mannodermaus
09/30/2025, 4:31 AM
Trying this again, since there were no answers when people asked this in the past. Is it possible to write a live template that references the FQN of a Kotlin extension function? For example, assuming a
fun Any.foo()
function in the package
com.example
, how can I express that the Live Template
val transformed = $VALUE$.foo()
should reference that extension function?
Open in Slack
Previous
Next