Skip to content

Instantly share code, notes, and snippets.

@miquelbeltran
Created May 11, 2017 08:51
Show Gist options
  • Select an option

  • Save miquelbeltran/019ddb9a41ca895fc47f8fe8a6e03ae0 to your computer and use it in GitHub Desktop.

Select an option

Save miquelbeltran/019ddb9a41ca895fc47f8fe8a6e03ae0 to your computer and use it in GitHub Desktop.
IDEA Live Templates
<template name="test" value="@Test&#10;fun `$TEST_NAME$`() {&#10; $TEST_CONTENT$&#10;}" description="Kotlin Test Template" toReformat="false" toShortenFQNames="true">
<variable name="TEST_NAME" expression="" defaultValue="" alwaysStopAt="true" />
<variable name="TEST_CONTENT" expression="" defaultValue="" alwaysStopAt="true" />
<context>
<option name="KOTLIN" value="true" />
</context>
</template>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment