Search code examples
How to generate a class in Dotty with macro?...


scalaannotationsmetaprogrammingscala-macrosscala-3

Read More
Macro Annotations in Scala 3...


scalascala-macrosscala-3scala-macro-paradise

Read More
Scala 3 macro to create enum...


scalaenumsmacrosscala-macrosscala-3

Read More
Scala macros/paradise case class apply method...


scalaannotationsscala-macrosscala-macro-paradise

Read More
Is there any trick to use macros in the same file they are defined?...


scalascala-macrosscala-2.11

Read More
WeakTypeTag for higher kinded type...


scalamacrosmetaprogrammingscala-macroshigher-kinded-types

Read More
How to access method valueOf of an unknown enum in Scala 3...


scalascala-macrosscala-3inlininggeneric-derivation

Read More
Scala 3 macro to list source code of file...


scalamacroscode-snippetsscala-macrosscala-3

Read More
Scala 3 Macros: How to invoke a method obtained as a `Symbol` in a quoted code block?...


scalascala-macrosscala-3scala-reflectscala-quasiquotes

Read More
Providing the equivalent of a type parameter [T] from inside a Scala 3 macro...


scalametaprogrammingscala-macrosscala-3

Read More
How to extract all methods in scala 3 using a tasty inspector?...


scalascala-macrosscala-3tasty

Read More
How can I pass an argument to a Scala Macro Annotation impl?...


scalaannotationsscala-macros

Read More
Can I generate Scala code from a template (of sorts)?...


scalascala-macros

Read More
Is it possible to match a quoted type of a sum type?...


scalaenumsscala-macrosscala-3

Read More
Does scala-3 macros support compile-time global variables? How to use them?...


scalascala-macrosscala-3

Read More
automatically generate case object for case class...


scalacase-classscala-macroscompanion-objectscalameta

Read More
Auto-Generate Companion Object for Case Class in Scala...


scalascala-macroscase-classauto-generatecompanion-object

Read More
How to use quasiquotes with previously defined object...


scalareflectionscala-macrosscala-reflectscala-quasiquotes

Read More
Searching for implicit inside a reify call (scala macro)...


scalaimplicitscala-macrostype-level-computation

Read More
Resolve type projection in scala macro...


scalametaprogrammingscala-macrostype-projection

Read More
What can cause "Unexpected tree in genLoad" in a macro expansion?...


scalascala-macros

Read More
Is there a type-class that checks for existence of at least one implicit of a type?...


scalashapelessscala-macrostype-level-computationscala-compiler

Read More
Implicit materialization in the same module...


scalametaprogrammingscala-macros

Read More
Can you implement dsinfo in Scala 3? (Can Scala 3 macros get info about their context?)...


scalamacrosscala-macrosscala-3

Read More
Expand Code to Raw AST Scala 3 in the REPL...


scalaread-eval-print-loopscala-macrosscala-3

Read More
Scala: verify class parameter is not instanceOf a trait at compile time...


scalashapelessscala-macrosscala-reflect

Read More
Using scala macro from java...


scalascala-macrosscala-java-interop

Read More
Printing MirroredElemTypes in Scala 3...


scalascala-macrosscala-3dottygeneric-derivation

Read More
How to access parameter list of case class in a dotty macro...


scalareflectionmetaprogrammingscala-macrosdotty

Read More
scala 3 macro: get class properties...


scalametaprogrammingscala-macrosscala-3

Read More
BackNext