elixir-ls

A frontend-independent IDE "smartness" server for Elixir. Implements the "Language Server Protocol" standard and provides debugger support via the "Debug Adapter Protocol" (by elixir-lsp)

Elixir-ls Alternatives

Similar projects and alternatives to elixir-ls

  1. Visual Studio Code

    Visual Studio Code

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. ohmyzsh

    626 elixir-ls VS ohmyzsh

    🙃 A delightful community-driven (with 2,500+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.

  4. Vim

    445 elixir-ls VS Vim

    The official Vim repository

  5. asdf

    Extendable version manager with support for Ruby, Node.js, Elixir, Erlang & more

  6. alacritty

    A cross-platform, OpenGL terminal emulator.

  7. starship

    ☄🌌️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!

  8. doom-emacs

    271 elixir-ls VS doom-emacs

    Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

  9. direnv

    unclutter your .profile

  10. ardour

    Mirror of Ardour Source Code

  11. Elixir

    174 elixir-ls VS Elixir

    Elixir is a dynamic, functional language for building scalable and maintainable applications

  12. Phoenix

    138 elixir-ls VS Phoenix

    Peace of mind from prototype to production

  13. eglot

    68 elixir-ls VS eglot

    A client for Language Server Protocol servers

  14. otp

    38 elixir-ls VS otp

    Erlang/OTP

  15. phoenix_live_view

    Rich, real-time user experiences with server-rendered HTML

  16. dap-mode

    23 elixir-ls VS dap-mode

    Emacs :heart: Debug Adapter Protocol

  17. changelog.com

    Changelog makes world-class developer pods. This is our open source platform.

  18. asdf-erlang

    Erlang plugin for asdf version manager

  19. expert

    3 elixir-ls VS expert

    Official Elixir Language Server Protocol implementation

  20. next-ls

    5 elixir-ls VS next-ls

    Discontinued The language server for Elixir that just works.

  21. FunkyABX

    Audio blind tests

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better elixir-ls alternative or higher similarity.

elixir-ls discussion

Log in or Post with

elixir-ls reviews and mentions

Posts with mentions or reviews of elixir-ls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2026-02-01.
  • Language Server Protocol Introduction
    2 projects | dev.to | 1 Feb 2026
    elixir-ls
  • Why Elixir? A Rebuttal to Common Misconceptions
    9 projects | news.ycombinator.com | 23 Jul 2025
  • Preparing the Elixir Development Environment
    4 projects | dev.to | 25 Jun 2025
    While waiting for a stable release, we’ll use ElixirLS, a community-driven project maintained by elixir-lsp.
  • Mempersiapkan Lingkungan Pengembangan Elixir
    6 projects | dev.to | 17 Jun 2025
  • Complete Guide: Setting up VS Code for Elixir and Phoenix Development
    1 project | dev.to | 10 Nov 2024
    ElixirLS Documentation
  • Ask HN: Elixir LSP doesn't work on VSCode and Neovim. Any solutions?
    3 projects | news.ycombinator.com | 27 May 2024
    I have tried installing Elixir+Erlang through Homebrew (as instructed by the official Elixir website): https://elixir-lang.org/install.html#macos

    I also tried uninstalling them and installing through ASDF and I made sure that they both had the same version (27) as mentioned in this article: https://elixir-ko.github.io/install.html

    This Issue mentions that Elixir may be incompatible with the most recent OpenSSL versions, but I don't want to downgrade OpenSSL: https://github.com/erlang/otp/issues/4577#issuecomment-925962048. Also: https://elixirforum.com/t/elixirls-cannot-connect-to-server-in-vscode/55345/8

    I also did every tip mentioned on the Github page of the Elixir LSP: https://github.com/elixir-lsp/elixir-ls?tab=readme-ov-file#troubleshooting

    Several hours later, I still can't use the Elixir LSP in VSCode. This is the error I keep getting:

    ```

  • Vue 3.3.6 Faster Thanks to WeakMaps
    1 project | news.ycombinator.com | 22 Oct 2023
    No. Not even close. But it's getting better.

    There are currently two worth mentioning:

    ElixirLSP: https://github.com/elixir-lsp/elixir-ls

    Elixir tools: https://www.elixir-tools.dev/

    ElixirLSP is the older project, and has been around for a while. It does a lot, but has had sporadic issues over the years. Things like the debugger are a dog to get working, and the server itself will occasionally run into issues where it just doesn't want to work. It's always sort of focused on a subset of language server features, so don't expect much in the way of inline corrections. But it's got the essentials, formatting, basic linting, type hinting, on demand documentation, and primitive reference navigation

    Elixir tools is a new up and comer, written by Mitchell Hanberg. It's aiming to be a more complete lsp, and has plugins in its "ecosystem" for most editors. Features have been arriving rapidly, starting with things like inline corrections and far more reliable linting, and recently growing autocomplete. One of the main selling points is the elixir-tools backend is a self contained binary, so it can mostly work independent of system Elixir/Erlang version, which was a frequent tripping point for ElixirLSP

    Personally I use both at the same time, but plan to move to tools only when it's got all the features I need

  • Lightweight dev tools.
    14 projects | dev.to | 10 Aug 2023
    I decided I can live without elixir-ls when couching in return for having a usable editor. When the plugin ecosystem and documentation matures I can see myself switching to using Lapce for my primary editor.
  • GNU Debugger "GDB" Adds Support For Microsoft's Debug Adapter Protocol
    2 projects | /r/emacs | 3 Mar 2023
    Hi! I've compiled gdb from master and installed it. When I run gdb -i dap, I get JSON-RPC, so it looks like it's working, but I'm lost as to where to go from here. Does your change enable me to use a tool like https://github.com/elixir-lsp/elixir-ls with GDB now, right? How might I use them together? What would be required to then have GDB debugging over DAP from inside Emacs?
  • Phoenix 1.7 is View-less
    10 projects | news.ycombinator.com | 30 Dec 2022
    Elixir-ls provides Language Server Protocol support as well as VS Code Debug Protocol support which gives extra powers to VS Code, NeoVim, Emacs, and the like

    https://github.com/elixir-lsp/elixir-ls

  • A note from our sponsor - SaaSHub
    www.saashub.com | 16 Jun 2026
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic elixir-ls repo stats
19
1,755
9.0
6 days ago

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you know that Elixir is
the 21st most popular programming language
based on number of references?