TwistingTwists
I’ve seen people use following
- Emacs
- Vim
- Spacemacs
- Onivim2
- Vscode
Vscode’s file navigation - I don’t prefer it. It is confusing.
Would love to know the pro/cons of the elixir tooling present in different editors. (Or maybe from the future prospect of features)
P S. This is not another “which editor is best debate”. Really, just which one has better tooling support for Elixir development.
Trending in Discussions
Hi everyone,
I’m working with a Laravel-based eCommerce application and evaluating whether Elixir/Phoenix would make sense as a separate...
New
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
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
I’m posting this in response to Jose’s recent tweet (Cr. link) :
People are sleeping on Elixir for a coding harness:
Hot-code swappi...
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
Anyone running long-lived stateful processes on BEAM? We’re building an AI agent runtime and would love to compare notes.
We’re a small ...
New
Other Trending Topics
Hobbes is a low-level distributed database for the Elixir programming language.
Hobbes provides a simple, safe, and scalable storage lay...
New
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
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
- #elixirconf-us
- #blog-post
- #ai
- #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)
thojanssens1
I use Vscode but I really miss IntelliJ
the latter being quite expensive
cmo
Can’t you use a free version of one of the Jetbrains IDEs? Jetbrains test runners and debug are great.
I have all the all products pack which is about $150/yr(?), which is not many hours work.
Pretty much all editors have the LSP so I don’t think there are huge differences between the popular ones. If you’re old use Emacs, if you’re cool use vim, if you’re a numpty use vscode, if you are rich use Jetbrains.
Hallski
I’m a poor, occasionally old, cool and numpty person!
For Elixir I currently use VSCode as it works well enough out of the box and I use it for React due to Emacs & Vim not doing JSX+Typescript very well. (And text rendering is much better than Emacs on macOS).
If I were to work full time in Elixir I’d likely look into getting old(er) and make sure to have Emacs setup properly for it.
I use Vim for pretty much everything else (and often use it inlined in the VSCode terminal for committing and opening files outside the project)
dimitarvp
Been using Emacs for 20 years, Spacemacs for the last 2, and looking to move to NeoVim / LunarVim sometime Soon™. NeoVim is just so much faster in everything it does, I love it. Emacs / Spacemacs is sluggish and super slow at times and it gets on my nerves because I have a fairly solid workstation and literally everything else flies.
Hallski
I found Spacemacs to feel really sluggish when I last tried it, you should give Doom a shot. It’s extremely snappy in comparison (granted it was a while ago that I last tried Spacemacs so it might have improved since then).
dimitarvp
I probably should try it indeed, the question is how quickly I’d be able to get the same functionality as Spacemacs.
I’m so fed up that anything beyond 1 hour will likely put me off.
I have also seen another very promising candidate: CentaurEmacs.
Sebb
I’ve tried all but emacs and onivim. Onivim is interesting but development seems to have stopped.
Spacemacs is too crazy for me. Vscode works fine.
I’d like to try out (neo)vim again. Is it possible to just load a config and is set up for elixir development?
crova
I used to use Vim since forever and last year I moved to doom.
It is sluggish sometimes, specially with laaaaarge files, but thankfully I don’t stumble upon that many huge files to be deterrent.
I can’t really live without org anymore so I accept the sluggishness when it comes.
derek-zhou
I use terminal emacs with just elixir-mode, not the one based on language server. It is snappy even on a lame VPS.
I don’t want to be spoiled by fancy tools so I can’t be productive in a lesser environment. I figured terminal emacs with a few ELPA packages should be available anywhere.
dimitarvp
Yes, definitely. It’s just that at this point I’m so fed up that I will not even give Emacs these few other last chances.