Quickstart
Shortest path for any project.
- Download and run the auto-download script (needs only
java):curl -fsSL https://raw.githubusercontent.com/MercurieVV/ScalaSemantic/master/scripts/scalasemantic-mcp.sh -o scalasemantic-mcp.sh && chmod +x scalasemantic-mcp.sh && ./scalasemantic-mcp.sh setup - Compile the project:
sbt compile
- Refresh live-buffer classpath metadata after dependency/build changes:
sbt scalaSemanticWriteClasspath
For manual configurations or other integration options (Scala CLI remote script, plain java -jar), see Integration.