Created
May 11, 2017 08:51
-
-
Save miquelbeltran/019ddb9a41ca895fc47f8fe8a6e03ae0 to your computer and use it in GitHub Desktop.
IDEA Live Templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <template name="test" value="@Test fun `$TEST_NAME$`() { $TEST_CONTENT$ }" 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