Packages

p

scala.meta

metals

package metals

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package lsp

Type Members

  1. class MetalsLanguageServer extends LanguageServer

    Scala Language Server implementation.

  2. sealed trait ServerState extends AnyRef

    According to the spec, the server waits for the initialize request to be sent.

    According to the spec, the server waits for the initialize request to be sent. After that, the server sends the initialized notification to the client. Next, the server is fully working and can receive requests and notifications from the client.

Value Members

  1. object DownloadDependencies
  2. object Main
  3. object ServerState

Ungrouped