Main
object Main
Run the Dotty Language Server.
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 sbt-dotty plugin by running sbt configureIDE
.
See vscode-dotty/ for an example integration of the Dotty Language Server into Visual Studio Code.