-
```scala
object A {
def foo(x: String): Int = 1 // M1
def foo(y: Int): Int = 2 // M2
val a = foo(1) // M2
// ^
}
```
I would like to query the apply `foo(1)` …
-
### Current Behavior
In Scala 3, the `-sourceroot` option ([see](https://github.com/lampepfl/dotty/blob/9136582bd0a4fc6ae78ec105ac7932f3dcc6f912/compiler/src/dotty/tools/dotc/config/ScalaSettings.s…
-
…if it contains a comment or an empty line first.
For example, in the coursier sources, using metals `0.9.0+139-c169b4ce-SNAPSHOT` (which pulls Ammonite `2.1.4`), doing a go-to-source on `Versions.…
-
I originally [posted](https://github.com/scalameta/metals/issues/4727) in scalameta/metals but given the comments there, I wonder if maybe there's an issue with lsp-metals?
I've tried [the instruct…
-
Currently, the Ammonite interpreter module has a dependency the Scalameta module `trees` https://github.com/com-lihaoyi/Ammonite/blob/0f0d597f04e62e86cbf76d3bd16deb6965331470/build.sc#L296
This dep…
-
I'm trying to run "Test Target" in `nvim`'s `dap` and getting error message:
```
LSP[metals] no tests could be found in build target
```
I've got directory tree like this:
```
src/main
└─…
-
Currently, we don't have a way to tell whether a method is an extension method or not.
Proposing adding a new property `EXTENSION` like this
https://github.com/scalameta/scalameta/blob/b97a504d381…
-
### Describe the bug
I'm opening a fairly large Scala project using neovim & nvim-metals and when opening a source file most of the time (but not always) the `metals` process gets stuck in high CPU a…
-
Type: Bug
sbt compile from within vscode with metals extension where there is java and scala code in one "package" (directory) that reference each other fails with error saying "semanticdb-javac: b…
-
### Background Work
- [X] Yes, I searched the [mailing list](https://groups.google.com/forum/#!forum/chipyard)
- [X] Yes, I searched [prior issues](https://github.com/ucb-bar/chipyard/issues)
- […