Skip to content

Instantly share code, notes, and snippets.

@davidmerrick
Last active August 9, 2019 22:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidmerrick/40552a0c5d17bb136d927fcee81851dc to your computer and use it in GitHub Desktop.
Save davidmerrick/40552a0c5d17bb136d927fcee81851dc to your computer and use it in GitHub Desktop.
Useful IntelliJ live templates for Kotlin

Integration test:

@Test(groups = [INTEGRATION_GROUP])
fun `$END$`(){
}

Add Kotlin logging:

private val log = KotlinLogging.logger {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment