Just published claude-code-elixir, a plugin marketplace for Claude Code with Elixir support. These are the plugins I’ve been using for my own projects.
Includes:
elixir-lsp: Language Server integration (go-to-definition, references, Dialyzer). Using elixir-ls.
mix-format: Auto-formats .ex/.exs files after edits
claude plugin marketplace add georgeguimaraes/claude-code-elixir
I dont seem to be able to have the lsp working. I installed the elixir-ls and I can see it working if I type ! elixir-ls in claude code prompt but, when I ask claude to test the lsp while I am in an elixir project, I get No LSP server available for file type: .ex
I am lost and Claude seem to not understand what is wrong too
I am on the lastest Claude Code (2.0.74)
Tried to use it, couldn’t get it to work, claude tried to help, run in circles, but nothing helped.
● Good news — expert IS running (Claude Code started it). It’s a BEAM process. And the manual test shows it does accept --stdio. The issue is likely that expert takes a while to initialize (compiling/indexing), and the LSP tool times out.