Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 599 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 599 Bytes

Scala language server for VS Code

There is nothing to see yet, but this will be an experiment for building a Language Server for Scala, in Scala.

  • language server: A Scala-based implementation of the language server protocol
  • client: A Scala.js-based Scala extension (language client)

The language server may be backed up by ensime or directly by the presentation compiler. Ideally, the language server ca be used as a basis for implementing support for any language, not just Scala.