Skip to content

Instantly share code, notes, and snippets.

@efontan
Created January 21, 2019 20:45
Show Gist options
  • Save efontan/396439daa002b99074d8175d8f0e74a0 to your computer and use it in GitHub Desktop.
Save efontan/396439daa002b99074d8175d8f0e74a0 to your computer and use it in GitHub Desktop.
Scala Case Class - Intellij fileTemplate
#if ((${PACKAGE_NAME} && ${PACKAGE_NAME} != ""))package ${PACKAGE_NAME} #end
#parse("File Header.java")
case class ${NAME}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment