How to set up Scala Macro development in IntelliJ ? - a Scala Macro "Hello World" project in IntelliJ -


i've searched internet have not found simple tutorial tell me need started on scala macro development using intellij.

i've watched talk implies need use sbt. not using sbt scala development in intellij. need sbt scala macro development in intellij? or there way develop scala macros without sbt in intellij?

a simple "hello world" scala macro intellij set-up guide (or possibly link such intellij project - 1 shown in talk - can downloaded) appreciated. can follow , can start playing around scala macro development in intellij. haven't found such guide on net :(

edit:

http://docs.scala-lang.org/overviews/macros/overview.html says:

"both in scala ide , in intellij idea macros known work fine, given moved separate project."

so no sbt needed in intellij, feeling should enough have separate compilation unit ( module) macros. can please confirm ?


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -