score:0
After looking around, it seems like the org.scala.macroparadise plugin isn't supported by Intellij or Eclipse. I resolved my issue by switching to the org.scalameta.paradise plugin, which is supported by the Intellij scala plugin.
Using org.scalameta, all my generated variables can be resolved, and my macros can be expanded in the IDE.
Source: stackoverflow.com
Related Query
- Eclipse: Issues resolving implicit conversions and macro annotations in Scala
- Resolving ambiguous implicit conversions in Scala
- Where are the implicit conversions between Numeric and Double defined in Scala 2.9
- Scala implicit conversions and mkNumericOps with value classes
- Scala implicit conversions and parameters
- Problem with implicit conversions and higher-order apply methods in Scala
- In Scala how to find THE effective implicit methods, declarations and conversions during an execution
- Scala type inference and implicit conversions
- How to initialize a new Scala project in sbt, Eclipse and github
- Mixing Scala and Java files in an Eclipse project
- How to create annotations and get them in scala
- Scala Error: Could not find or load main class in both Scala IDE and Eclipse
- How to define and use custom annotations in Scala
- Why is currying and uncurrying not implicit in scala
- How to stub a method call with an implicit matcher in Mockito and Scala
- Scala Slick: Issues with groupBy and missing shapes
- Scala named and default arguments in conjunction with implicit parameters
- Setting different spaces for tab for Java and Scala in Eclipse
- Question about Scala implicit conversions Non-Ambiguity Rule
- Code completion issues with the Scala-IDE and Eclipse Juno
- Scala 12.x and Java 11 `String.lines`, how to force the implicit conversion in a chained call?
- Scala Constructors, Named Arguments, and Implicit Getters/Setters
- Difference between conversion with implicit function and implicit class in Scala
- Scala implicit type conversion and ==
- A problem of implicit conversions in scala 2.8
- Eclipse Scala interpreter (REPL) - proper use and debugging
- Implicit conversions and null
- Lazy vals and implicit parameters in Scala
- When does it make sense to use implicit parameters in Scala, and what may be alternative scala idioms to consider?
- Scala traits and implicit conversion confusion
More Query from same tag
- Could not find implicit value for parameter lgen: shapeless.LabelledGeneric.Aux
- Specify attribute value on constructor
- Implicit conversion from Array to WrappedArray does not happen when pattern matching
- Split file with Space where column data is also having space
- Advantages of using this.type in Scala?
- Compiler generated function class in Scala
- Finding area under the curve(Integration) in Scala from Array of values
- Arquillian Java deployment with dependent Scala classes will not load
- Find maximum w.r.t. substring within each group of formatted strings
- Scala StringBuilder
- Scala Named method arguments cannot resolve symbol
- How to read data from dynamo db table into dataframe?
- Why "set" can't assign value to custom SettingKey I can "show" in sbt shell?
- Loading shared libraries (.so) distributed by --files argument with spark
- Scala map key consists of 2 comma-separated sets. How to extract the first key in a set?
- scala - modeling methods as classes
- Difference between querying from Impala and querying from Hive?
- QTree is not a member of package com.twitter.algebird
- In scala List :: doesn't do implicit conversion
- Why can't I implicit convert Scala's Function1 to java.util.function.Function?
- Query tempview using JDBC (Sql server)
- Using Option with .map() and .getOrElse()
- Scala, change variable value inside Future
- most efficient way to repeatedly search a Scala iterator
- How can I get the right RDD map output, when I iterate over a broadcast variable inside the RDD?
- Why lift triggers method?
- Initializing a class with Class.forName() and which have a constructor with arguments
- How to perform calculation given multiple types of numbers?
- Difference between fields of tail and head sub-lists of the list: java.lang.IndexOutOfBoundsException: 0
- Scala: illegal inheritance; self-type Y does not conform to X's selftype SELF