Today we've released a new Scala plugin EAP build. With this build, we're happy to introduce an API that extends the IDE coding assistance to custom Scala macros.
A macro is executed at compile-time and modifies the AST of your code: e.g. it can extend the class or its companion object with new m…