Search code examples
In scala 2 or 3, is it possible to debug implicit resolution process in runtime?...


scalaimplicitscala-reflectscalametadotty

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


scalacase-classscala-macroscompanion-objectscalameta

Read More
Why is scala.meta.Term.Param#toString dropping modifiers?...


scalascalametascalafix

Read More
meta-programming to parse json in scala...


scalametaprogrammingscalametatreehugger

Read More
Scala SymbolMatcher failing to match import prefix...


scalascalametascalafix

Read More
Using code generation (like Scala Meta) to scrape boilerplate...


scalamacroscode-generationscalameta

Read More
Scalafix: resolving object apply method...


scalascalametascalafix

Read More
Is it possible to using macro to modify the generated code of structural-typing instance invocation?...


scalascala-macrosstructural-typingscalametasemanticdb

Read More
Macro annotation to override toString of Scala function...


scalamacrosannotationsscala-macrosscalameta

Read More
Scalameta's Semantic API...


scalascalametascalafixsemanticdb

Read More
Obtaining a SemanticDocument from a Scala source file using ScalaFix...


scalascalametascalafixsemanticdb

Read More
How to get the type of a variable with scalameta if the decltpe is empty?...


scalaabstract-syntax-treetype-inferencescalametasemanticdb

Read More
How to replace all specific Term.Name expressions in an AST recursively with scalameta?...


scalascalameta

Read More
How does one obtain the type of the value that an AST represents?...


scalascala-macrosscala-quasiquotesscalameta

Read More
How does one use quasiquotes to obtain the type of a value?...


scalascala-macrosscala-quasiquotesscalameta

Read More
object contrib is not a member of package meta...


scalascalameta

Read More
Scala Meta: Confused about the versions...


scalascalameta

Read More
Generate a case class with Binding.scala Vars using Scala.meta throws an exception...


scalascala.jsscala-macrosscalametabinding.scala

Read More
Difference Between Scala Expressions...


scalascalameta

Read More
Scala macro to auto generate fluent builders...


scalabuilderscala-macrosscala-macro-paradisescalameta

Read More
Lifting string with Scalameta...


scalascala-quasiquotesscalametaquasiquotes

Read More
Passing parameters to scalameta paradise macro...


scalamacrosscala-macrosscalameta

Read More
scala-meta: parse vararg in class constructor...


scalascalameta

Read More
How to match methods which return a Future and have multiple arguments or multiple arguments list (c...


scalaaopscalameta

Read More
Scala tool to remove all unused code...


scalasbtstatic-analysisunused-variablesscalameta

Read More
Compile Time Parameter for Macro Expansion...


scalameta

Read More
How do I pass an argument to the macro annotation?...


scalameta

Read More
How to get a method return type with scala meta annotation?...


scalascalameta

Read More
how to append a implicit params use scala meta annotation?...


scalascalameta

Read More
scala-meta: type mismatch when unquoting; found: Option[scala.meta.Type.Arg] required: scala.meta.Ty...


scalascala-macrosscalameta

Read More
BackNext