Null-logic-0
What IDE or editor are you using for Elixir development?
Personally, I use Zed, and I really like it, but sometimes I wish there were a more dedicated IDE/editor specifically for Elixir.
Something built around Elixir, OTP, Phoenix, LiveView, Mix, IEx, etc.
Do you think there is a need for something like this?
And if someone started an open-source Elixir-first editor, would you be interested in helping build it?
Also, what features do you feel are missing from your current editor?
Trending in Discussions
As the title says, please share what you’ve been up to with Elixir. Whether that’s been learning it, looking into it, making stuff with i...
New
Hey there,
It’s been more than a year since we started using LiveView as our main UI library and building a whole library of UI componen...
New
I want to open this thread for you all to discuss and help those who really like Ash but are still hesitant to use it in a real project. ...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Quite interesting article Google brought me. Didn’t find any mentions about it here.
What do you think in general? Would you use togethe...
New
:warning: Security advisory: Decimal DoS vulnerability
A vulnerability has been published for decimal where very large exponents can cau...
New
It would be helpful to have a list of companies worldwide that hire engineers without prior experience in Elixir. Often, it can be quite ...
New
Other Trending Topics
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Hello everyone. After busy few months I am happy to announce v0.1.0 of Emerge & Solve.
They are GUI (Emerge) and State management (S...
New
Corex is an accessible, unstyled UI component library for Phoenix that integrates Zag.js state machines using Vanilla JavaScript and Live...
New
Aludel - LLM Evaluation Workbench
Aludel is an embeddable Phoenix LiveView dashboard for evaluating and comparing LLM prompts across mult...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #ai
- #elixirconf-us
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #hex
- #security
- #metaprogramming










Showing Posts 1 to 10- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dimitarvp
Neovim. The LazyVim “distro” with my own preferences on top (not many, the thing is great out of the box).
Amazingly fast and bug-free. Rarely have I seen such a good work done with editor plugins collection (distro). Very happy with it.
NobbZ
Hi,
there exists Which code editor or IDE do you use? (Poll) (2022 Edition), and I thought there would be '23, '24, and so on editions as well, though my search-fu isn’t strong today…
To add to the actual topic:
I do use neovim, with a handcrafted config, not any distribution.
The config is public at https://github.com/nobbz/nobbz-vim, in case you are interested.
In case you are a nix user and have flakes enabled, you can even testrun it using
nix run github:nobbz/nobbz-vim.DaAnalyst
IntelliJ IDEA
kevinschweikert
For me it’s just missing automatic file reload.
I don’t feel the need for any plugins because it hat LSP/Treesitter/Fuzzy Search builtin but there is an open PR for an embedded Scheme plugin language which is eagerly awaited
mudasobwa
NeoVim/LunarVim
Last 15 years people tend to resolve different languages in editors via LSP (and MCP nowadays.) The last language-specific IDE I can recall was MS Visual Studio.
That being said, I honestly see zero sense in creating new editor, that effort might be better put into improving your LSP/MCP, which I already did with
ragexfor my own happiness.webofbits
Neovim with my own lua files. Simple and fast! GitHub - ccarvalho-eng/nvim-elixir-config: Opinionated Neovim config for Elixir · GitHub
webofbits
I used LazyVim, but after a while it began to feel slow and bloated with features I never used. I also had to add my own Elixir test plugin because the built-in one didn’t pause the output for debugging, at least the last time I used it. A minimal configuration also makes me more comfortable since I can customize it exactly to my liking without reading Lazyvim documentation.
dimitarvp
Interesting – I never once used debugging so I am blind to those defects.
To me it’s still super fast and I use it on an aging Intel Mac, a Ryzen laptop, and a WSL VM inside a mid-range gaming machine – it’s practically instant for anything I need from it on all places.
Bloat I am not too worried about. As long as the editor is snappy, which it is.
webofbits
I see. The thing is that you dont need much with Neovim. I even had a one file config with all I needed for work so at some point plugins become mostly cosmetic stuff for better visual/UX
AndyL
Neovim - great editor, strong community, steady improvement. Claude is good at editing Neovim config files and lua scripts.
IMO, biggest bang for the buck would be contributions to Expert (code actions eg
rename module,extract variable, etc.)