package metals
Ordering
- Alphabetic
Visibility
- Public
- Protected
Type Members
- class MetalsLanguageServer extends LanguageServer
Scala Language Server implementation.
- sealed trait ServerState extends AnyRef
According to the spec, the server waits for the
initializerequest to be sent.According to the spec, the server waits for the
initializerequest to be sent. After that, the server sends theinitializednotification to the client. Next, the server is fully working and can receive requests and notifications from the client.
Value Members
- object DownloadDependencies
- object Main
- object ServerState