Main

object Main

Run the Dotty Language Server.

This is designed to be started from an editor supporting the Language Server Protocol, the easiest way to fetch and run this is to use coursier:

coursier launch $artifact -M dotty.tools.languageserver.Main -- -stdio

Where $artifact comes from the .dotty-ide-artifact file in the current project, this file can be created by the DottyIDEPlugin by running sbt configureIDE.

See vscode-dotty/ for an example integration of the Dotty Language Server into Visual Studio Code.

class Object
trait Matchable
class Any

Value members

Concrete methods

def main(args: Array[String]): Unit