How can I specify an extension function in a Live ...
# intellij
j
How can I specify an extension function in a Live Template so that upon using the extension function gets automatically imported if it has not yet been imported? For example, if I want to use
com.example.normalize
in a template such as
val normalized = $STRING_VAR$.normalize()
, how to I specify the needed import?