Created
January 21, 2019 20:45
-
-
Save efontan/396439daa002b99074d8175d8f0e74a0 to your computer and use it in GitHub Desktop.
Scala Case Class - Intellij fileTemplate
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
#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