-
While investigating https://github.com/scalameta/metals/issues/6419 I realized that dependencyModules returns only the Scala 3 library for a simple Scala 3 project. It's missing the Scala 2.13 library…
-
**Task**
In https://github.com/scalameta/metals/pull/3063 there was a new feature added to Metals which allows a user (when in Scala 3) to execute a "Show Tasty" command in order to see the TASTy f…
-
https://scalameta.org/docs/semanticdb/specification.html#synthetic
> "Synthetics" is a section of a TextDocument that stores trees added by compilers that do not appear in the original source. Exam…
-
### Discussed in https://github.com/scalameta/metals/discussions/5775
Originally posted by **untainsYD** October 21, 2023
When I import an `sbt` build in `metals` (Linux `6.5.8-arch1-1`/`VSCod…
-
```console
$ coursier launch org.scalameta:metals_2.13:0.11.12 -M scala.meta.metals.DownloadDependencies
Exception in thread "main" java.lang.NoClassDefFoundError: scribe/LoggerSupport
at scala.me…
-
Really fantastic project! There's not a whole lot of support for Zeppelin out there these days, so it's really great to see someone working on this
A couple of things I'm seeing:
* For Scala b…
-
### Describe the bug
(I'm not sure if this is a bloop issue or a metals issue, but the path to the dirty cache includes "Metals" so it might be under metals' control).
I switched from a nightly of S…
-
### Is your feature request related to a problem? Please describe.
Currently, you can autocomplete extensions for Scala 3 and probably soon for Scala 2, however, it's not possible to automatically im…
-
### Discussed in https://github.com/scalameta/nvim-metals/discussions/420
Originally posted by **caenrique** June 27, 2022
I have an autocommand on BufWritePre to run scalafix with the organiz…
-
### Is your feature request related to a problem? Please describe.
Currently it's possible to run the Prod server for Play framework, however it's not possible for the dev mode, which would allow hot…