@hackage / agda-language-server

An implementation of language server protocal (LSP) for Agda 2.

Latest0.2.6.3.0

About

Metadata

  • Last updated , by AndreasAbel
  • License MIT
  • Categories Development
  • Maintained by: banacorn@gmail.com

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    agda-2-6-2-2 (off by default)

    Embed Agda-2.6.2.2 (rather than 2.6.3)

Readme

Agda Language Server

Installation

The simplest way of acquiring Agda Language Server is through agda-mode on VS Code. Follow the instructions and the language server should be installed within seconds.

Prebuilt binaries

You can also download prebuilt binaries from the release page if you are using other LSP-compatible text editors.

Supported platforms: Windows, Mac, and Ubuntu.

Build from source

You will need Haskell Stack to build the project:

stack install

Versioning

The version is x.y.z.w.a.b.c.d where x.y.z.w is the version of the Agda Language Server and a.b.c.d the version of Agda it embeds. It follows the Haskell PVP (package versioning policy).

Why make it standalone?