Latest #elixir-ls Threads 
New BEAM There, Done That episode with Björn Gustafsson (OTP team since 1996) tracing the BEAM’s origins through three competing VMs - JA...
New
New BEAM There, Done That episode worth a read for anyone who’s had to defend an Elixir choice against teams pushing for Go, Rust, or Nod...
New
This podcast is relevant particularly for the architectural discussion around how OTP primitives map to the domain of multiplayer games. ...
New
Hello, I am currently using Elixir 1.18.4 and OTP 27 with Linux Mint 22.3 - Cinnamon 64-bit as my operating system. I came across this er...
New
I used to manage all of my Elixir stuff with ASDF but I’ve been consulting on a Ruby project and mise seemed to work better there so I m...
New
Hi, I’m Dheeraj Sudan from the UK. I’m a software developer and also run a business with my wife Meenu Hinduja. I’m interested in getting...
New
Ragex is an MCP (Model Context Protocol) server that analyzes codebases using compiler output and language-native tools to build comprehe...
New
My env and context
Elixir 1.19.1
Erlang 28.1.1
Editor: vscodium (Basically same as vscode)
Vscodium Extension: ElixirLS v0.30.0
Not sure...
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
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
This Week's Trending
New BEAM There, Done That episode with Björn Gustafsson (OTP team since 1996) tracing the BEAM’s origins through three competing VMs - JA...
New
This Month'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
New BEAM There, Done That episode worth a read for anyone who’s had to defend an Elixir choice against teams pushing for Go, Rust, or Nod...
New
This podcast is relevant particularly for the architectural discussion around how OTP primitives map to the domain of multiplayer games. ...
New
Hello, I am currently using Elixir 1.18.4 and OTP 27 with Linux Mint 22.3 - Cinnamon 64-bit as my operating system. I came across this er...
New
This Year's Trending
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
With this week’s release, ElixirLS bundles an experimental MCP Server. (see CHANGELOG)
Highlights
Added Call hierarchy provider imple...
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
Ragex is an MCP (Model Context Protocol) server that analyzes codebases using compiler output and language-native tools to build comprehe...
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
I used to manage all of my Elixir stuff with ASDF but I’ve been consulting on a Ruby project and mise seemed to work better there so I m...
New
Hi, I’m Dheeraj Sudan from the UK. I’m a software developer and also run a business with my wife Meenu Hinduja. I’m interested in getting...
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
My env and context
Elixir 1.19.1
Erlang 28.1.1
Editor: vscodium (Basically same as vscode)
Vscodium Extension: ElixirLS v0.30.0
Not sure...
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
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
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
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 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 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 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
Hey there people :slight_smile:
Just wanted to share a very quick and easy setup for editing Elixir in KDE’s Kate editor. This is a very...
New
By any chance does anyone here use NixOS, VSCode, and ElixirLS? I’m trying to replace asdf-vm with direnv (because asdf doesnt work very ...
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
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,
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
Error Log Output:
Started ElixirLS v0.5.0
Elixir version: "1.10.4 (compiled with Erlang/OTP 21)"
Erlang version: "23"
ElixirLS compiled ...
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
I have a list of maps.
post_a =
%{
post_body_size: 4,
date: ~D[2021-06-05]
}
post_b =
%{
post_body_size: 4,
date: ~D[2021-06-04]
}
pos...
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
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #exunit
- #elixirconf
- #discussion
- #javascript
- #podcasts
- #code-sync
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #phoenix_html
- #iex
- #blog-post
- #graphql
- #genstage
- #ai
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #api
- #processes
- #forms
- #metaprogramming
- #security
- #performance
- #hex







