Is there something similar to T4 to do code generation in Scala with IntelliJ? -


not sure if it's possible, given case class in scala, generate class , methods using reflection.

for example, phantom table definition, must have specific object extends column type. things have less error-prone if can generate them instead of hand code them.

intellij live template doesn't seem can allow me this.

i reading scala marco http://docs.scala-lang.org/overviews/macros/overview , this: http://docs.scala-lang.org/overviews/macros/implicits.html

but still have no idea how apply ide yet.


still reading, if has done t4 in scala programming, please share insight.


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -