6

I'm using Scala 2.10.3 and macro annotations in macro paradise to generate extra methods in an object. I'm also using IntelliJ 13.0.2 with the Scala Plugin. Unsurprisingly the automatic code completion doesn't find the extra methods added by the macro annotation on the target object. Is there a way to make this work? I'm no expert on IntelliJ code completion but I'm thinking I need IntelliJ to pick up the compiled version of the target object, not the source. Could I structure my project differently such that the target object is in a different compilation unit?

soumya
  • 3,801
  • 9
  • 35
  • 69
user3293336
  • 121
  • 1

0 Answers0