Tech News
← Back to articles

Expert: LSP for Elixir

read original related products more articles

Expert

Expert is the official language server implementation for the Elixir programming language.

Installation

You can download Expert from the releases page for your operating system and architecture. Put the executable somewhere on your $PATH , like ~/.local/bin/expert

For editor specific installation instructions, please refer to the Installation Instructions

Nightly Builds

If you want to try out the latest features, you can download a nightly build.

Using the GH CLI, you can run the following command to download the latest nightly build:

gh release download nightly --pattern ' expert_linux_amd64 ' --repo elixir-lang/expert

Then point your editor to the downloaded binary.

... continue reading