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.
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 '
Then point your editor to the downloaded binary.
... continue reading