diff --git a/idea/resources/liveTemplates/Kotlin.xml b/idea/resources/liveTemplates/Kotlin.xml
index 942f2910b7d..ffbd92d7fb3 100644
--- a/idea/resources/liveTemplates/Kotlin.xml
+++ b/idea/resources/liveTemplates/Kotlin.xml
@@ -6,6 +6,7 @@
+
@@ -35,4 +36,51 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/idea/src/org/jetbrains/jet/plugin/JetBundle.properties b/idea/src/org/jetbrains/jet/plugin/JetBundle.properties
index 49d2317cc95..d5eb738556f 100644
--- a/idea/src/org/jetbrains/jet/plugin/JetBundle.properties
+++ b/idea/src/org/jetbrains/jet/plugin/JetBundle.properties
@@ -29,5 +29,9 @@ implement.members=Implement members
livetemplate.description.main=main() function
livetemplate.description.soutp=Prints function parameter names and values to System.out
+livetemplate.description.void=Function returning nothing
+livetemplate.description.fun0=Function with no parameters
+livetemplate.description.fun1=Function with one parameter
+livetemplate.description.fun2=Function with two parameters
macro.variable.of.type=kotlinVariableOfType(Type)
macro.fun.parameters=functionParameters()
\ No newline at end of file