Latest #elixir-ls Threads 
Hi, I have some challenges compiling elixir-ls. I’m using Erlang 28.1.1 and Elixir 1.19.2-otp-28 installed with mise on Omarchy 3.1.5. us...
New
This is maybe a public service announcement, or a question for someone to confirm:
Just like many devs in the world, I too have been exp...
New
With this week’s release, ElixirLS bundles an experimental MCP Server. (see CHANGELOG)
Highlights
Added Call hierarchy provider imple...
New
On vscode, I’ve noticed that ElixirLS navigation and hover only work when I call modules directly, but break as soon as I switch to a dyn...
New
I am using VSCode v1.100 on Mac OS with a fairly large Elixir repository. I am running Elixir 1.18.3-otp-27 installed via asdf. I have th...
New
I tried setting up LS for the first time, but attempting to use any LS features silently failed. After looking at LS log collected by neo...
New
I have an issue with ElixirLS in Nvim. This started after upgrading oh_my_zsh and asdf (macos + homebrew). It seems that asdf plugin for ...
New
I use Nix to manage my development environment, and after updating the pinned nixpkgs version in a working project, without changing the ...
New
Hello everyone,
I’m trying to set up the ElixirLS debugger to a remote node running inside a Docker container under WSL. My docker-compo...
New
I am brand new to Elixir.
The ElixirLS extension doesn’t start for me in VSCode.
After I open VSCode in a project called “project” and ...
New
This Week's Trending
This Month's Trending
This Year's Trending
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
New
Using vs code and installed ElixirLS: support and debugger.
And I got an error popped up on start up says
Failed to run ‘elixir’ comma...
New
Awesome!
I am glad to welcome Elixir’s official Language Server team, formed by (in alphabetical order):
Jonatan Kłosko
Łukasz Samson...
New
Hello everyone,
I am pretty new to the Elixir world and at the same time, I feel like I fall in love with the language, the ecosystem ar...
New
With this week’s release, ElixirLS bundles an experimental MCP Server. (see CHANGELOG)
Highlights
Added Call hierarchy provider imple...
New
This is maybe a public service announcement, or a question for someone to confirm:
Just like many devs in the world, I too have been exp...
New
Hi, I have some challenges compiling elixir-ls. I’m using Erlang 28.1.1 and Elixir 1.19.2-otp-28 installed with mise on Omarchy 3.1.5. us...
New
Last Three Year's Trending
I am not sure what has changed but now ElixirLS does not work for me anymore. I am using the latest vscode (1.77.3) and the latest elixi...
New
Not sure what happened, elixirLS had been working just fine in multiple projects.
When I try to format an elixir file on save I get the ...
New
Hello everyone,
I have two problems with Elixir LS. In the image you can see both problems/questions. I’m using VSCode and the Elixir LS...
New
Hi, I am trying to get ElixerLS setup in VSCode but getting an error.
This is what I get in the Output tab:
[Info - 10:14:54 AM] Start...
New
Hi everyone, I am new to Elixir and to programming in general. I am still setting things up to get working whith Elixir.
When installing...
New
Good day, folks!
This is my first day using Elixir (1.14.4 (compiled with Erlang/OTP 25)) & the ElixirLS: Elixir support and debugge...
New
I want to read an excel file, insert some data, add some data validation functions to the sheet and save the Excel file. I had a look at ...
New
I use Visual Studio Code with the ElixirLS Fork extension.
I am trying out Elixir/Phoenix and when i call the ‘use’ Macro for something ...
New
Hello, I’m reading about Comprehension in Elixir, is there some function for making breaking loop ?
For example I would iterate on a lis...
New
I have an issue with ElixirLS in Nvim. This started after upgrading oh_my_zsh and asdf (macos + homebrew). It seems that asdf plugin for ...
New
After reading Dialyzer: suppress warning on a specific function, I think I know what I need but I don’t know where to put it.
I get a wa...
New
Intellisense is not working for me for Elixir in VSCode.
The only suggestions that are made are from words in the current file - “words”...
New
Using VSCode with ElixirLS installed. I have a warning in MixProject. This doesn’t stop the code from running though. I uninstalled/reins...
New
My problem
Env
OS: Window
# installed by asdf
elixir 1.15.2-otp-26
erlang 26.2.0
ElixirLS
0.20.0 (LTS)
When I run vscode and open the...
New
Hey!
Here’s a little video I made on how you can start using Neovim for Elixir/Phoenix development:
If you like it, pleas...
New
Trending Over Three Years
Hey :wave:t3: Elixir community,
I’ve been learning Elixir, and working on some side projects. My editor of choice is VSCode, and althoug...
New
Hello
Let me define the problem first.
I have a jsonb database column called results in my Postgres DB. When I save a value (i.e 12\25)...
New
I’m trying to set up a nice debugging experience in my pretty bog-standard Phoenix app using VSCode and ElixirLS. Currently it kind of wo...
New
Has anyone had any luck using VSCode (win 10) and WSL (asdf elixir/erlang) with Elixir LS? I’m not even sure its possible, I am curious t...
New
I just started trying Elixir today and configuring the dev environment in vscode and got this error.
Here is some basic information belo...
New
Hello !
I would like to prevent automatic parentheses while coding in Elixir in VSCode.
I can’t see where to configure that.
Any sugge...
New
Hi all,
I have configured my neovim according to this thread - thanks for the awesome work on that one, btw!
As I am working on an Arch...
New
Hi,
I cannot get VS Code with the elixir-ls extension to format my code.
Only thru “mix format” command.
Environment:
Erlang/OTP 23 [...
New
elixir -v
Erlang/OTP 24 [erts-12.0.3] [source] [64-bit] [smp:8:8] [ds:8:8:10] [async-threads:1] [dtrace]
Elixir 1.8.2 (compiled with Er...
New
There are two popular Elixir-related extensions for Visual Studio Code: vscode-elixir and ElixirLS. Does anyone know if they are compatib...
New
I use ElixirLS extension in vscode on Ubuntu 18.04. For now, Go To Definition by ElixirLS works well on non-dependency modules. I was won...
New
Hello All,
While comparing NIL vs true/false value, why elixir gives different results when one performs NIL and false operation? Please...
New
There is a thread about vim already, but I wanted to start one specifically about the language server.
What configuration do people use ...
New
Hello guys,
I just watch the last video about LiveView of the Chris Mccord and I would like to know how to Highlights the code with colo...
New
Hi Im installing Elixir in elementary os,
when I try to install erlang with
sudo apt-get install esl-erlang
The esl-erlang package is...
New
Latest on Elixir Forum
Get money off!
The Pragmatic Bookshelf
35% off any eBook
Manning Publications
45% off any item
ElixirCasts
10% off for life
The Pragmatic Studio
20% off any course
AppSignal
10% off for 12 months
Honeybadger
10% off for 12 months
Simply use coupon code "devtalk.com" or "elixirforum" at checkout!
Filter by Type:
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #ash-questions
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #discussion
- #javascript
- #elixirconf
- #library
- #oban-questions
- #dialyzer
- #docker
- #onsite
- #authentication
- #podcasts
- #full-time-contract
- #umbrella
- #code-sync
- #ecto-query
- #phoenix_html
- #iex
- #graphql
- #genstage
- #elixir-ls
- #nerves-questions
- #podcasts-by-brainlid
- #supervisor
- #websockets
- #distillery
- #advent-of-code
- #blog-post
- #livebook-questions
- #processes
- #forms
- #api
- #metaprogramming







