Latest #elixir-ls Threads Top

vkryukov
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
byu
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
AndyL
With this week’s release, ElixirLS bundles an experimental MCP Server. (see CHANGELOG) Highlights Added Call hierarchy provider imple...
New
ruhshan
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
ataraxian_dax
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
gmile
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
mtdk
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
aidalgol
I use Nix to manage my development environment, and after updating the pinned nixpkgs version in a working project, without changing the ...
New
JoaoSetas
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
dmur
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 Top

This Month's Trending Top

This Year's Trending Top

JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1140 51847 244
New
freewebwithme
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
bartblast
Awesome! I am glad to welcome Elixir’s official Language Server team, formed by (in alphabetical order): Jonatan Kłosko Łukasz Samson...
New
Suricopathe
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
AndyL
With this week’s release, ElixirLS bundles an experimental MCP Server. (see CHANGELOG) Highlights Added Call hierarchy provider imple...
New
byu
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
vkryukov
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 Top

karang
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
lugomateo
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
marius95
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
gilbertbw
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
abl63
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
nathankg
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
Manukam
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
MasterJK
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
sabo66
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
mtdk
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
chrisdel101
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
dr1ver
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
ndrean
Using VSCode with ElixirLS installed. I have a warning in MixProject. This doesn’t stop the code from running though. I uninstalled/reins...
New
doo
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
sevensidedmarble
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 Top

magnetic
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
pankaj-ag
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
Harrygr
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
frigidcode
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
emmettng
I just started trying Elixir today and configuring the dev environment in vscode and got this error. Here is some basic information belo...
New
popo63301
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
torrocar
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
Gusti
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
sahilpaudel
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
leifericf
There are two popular Elixir-related extensions for Visual Studio Code: vscode-elixir and ElixirLS. Does anyone know if they are compatib...
New
syukronrm
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
akshayde85
Hello All, While comparing NIL vs true/false value, why elixir gives different results when one performs NIL and false operation? Please...
New
adamu
There is a thread about vim already, but I wanted to start one specifically about the language server. What configuration do people use ...
New
romenigld
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
Vik
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
  • Follow
  • Join
  • Shape
the conversation

Latest on Elixir Forum

Elixir Forum

Similar Portals

    None added yet

We're in Beta

About us Mission Statement