scala
stdioscalasbt
Used by 2 plugins
Requires Language Server Binary
This LSP server requires metals to be installed on your system. Make sure it's available in your PATH before enabling.
Install
1
Run in your terminal$
npx claudepluginhub zircote/scala-lspAdd to Your Project
Add to your .lsp.json or plugin.json:
{
"lspServers": {
"scala": {
"command": "metals",
"extensionToLanguage": {
".sc": "scala",
".sbt": "sbt",
".scala": "scala"
}
}
}
}Supported Languages
scala
.sc.scala
sbt
.sbt
Command
metalsTransport
stdioAdvanced Configuration
Restart on Crash:Yes
Max Restarts:3
Initialization Options:
{}Settings:
{}Also used by 1 other plugin