You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To learn more read our docs on [pattern matching over quotes](https://dotty.epfl.ch/docs/reference/metaprogramming/macros.html#pattern-matching-on-quoted-expressions).
292
292
293
-
## Added support for SemanticDB extraction
293
+
## Added support for SemanticDB file generation
294
294
295
-
Scala 3 now offers support for SemanticDB extraction producing `.semanticdb`
296
-
files. Users can use the `-Ysemanticdb` compiler flag to enable exporting
297
-
SemanticDB files. Providing `-semanticdb-target` allows the user to select a
298
-
separate target destination for the `META-INF` directory that stores SemanticDB
299
-
files and `-sourceroot` to calculate a relative path for SemanticDB files within
300
-
`META-INF`.
295
+
As part of ongoing efforts to support Dotty in Metals, our latest release now offers support for generation
296
+
of SemanticDB files, enabled with the `-Ysemanticdb` compiler flag.
297
+
Providing `-semanticdb-target` allows the user to select a separate target destination for the `META-INF` directory (the
298
+
root for `.semanticdb` files) and `-sourceroot` to calculate a relative path for SemanticDB files within `META-INF`.
0 commit comments