Skip to main content

Quickstart

Shortest path for any project.

  1. 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
  2. Compile the project:
    sbt compile
  3. 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.