Despite extensive google searches, I'm not able to...
# intellij
j
Despite extensive google searches, I'm not able to find any documentation for the Kotlin predefined functions used in live template variables. Before I open a ticket asking for such, anyone know where these might be documented?
c
can you give an example for such a function?
a
You're right, they are not documented. They should probably be documented in the IDEA help same as all other macros. Please create an issue. You can try browsing the source https://github.com/JetBrains/kotlin/tree/0f94c0901f22482e12e034a3f80248bcb7f3a8ee/idea/idea-live-templates/src/org/jetbrains/kotlin/idea/liveTemplates/macro for Kotlin-specific macros.
j
Thanks @Alexey Belkov [JB] I'll open a ticket