AstonJ

AstonJ

Elixir Code Editors & IDEs - which one are you using? (Poll)

Please see the new poll here: Which code editor or IDE do you use? (Poll) (2022 Edition)


It’s been a while since we first asked this, I wonder if things have changed much… please let us know which code editor or IDE you are using and if possible, your set-up and plugins used too.

  • Vim
  • Gvim
  • MacVim
  • NeoVim
  • Emacs
  • SpaceMacs - Evil Mode
  • SpaceMacs - Holy Mode
  • Sublime Text 2
  • Sublime Text 3
  • Atom
  • TextMate 1
  • TextMate 2
  • IntelliJ
  • Visual Studio Code
  • Rubymine
  • Other
0 voters

First Post!

jwarlander

jwarlander

Picked my current primary editor.. But it’s close to a tie between Atom and Vim, and I’ve started looking at IntelliJ :slight_smile:

Most Liked

joeerl

joeerl

Creator of Erlang - Fondly Remembered

Emacs - still using it today

rvirding

rvirding

Creator of Erlang

Emacs of course. Are there any other real alternatives?

darkbaby123

darkbaby123

Used Atom for a long time and recently try to switch to VS Code because of it’s speed and powerful intellisense out-of-box.

Last Post!

Where Next?

Popular in Discussions Top

New
CharlesO
Erlang :list.nth simple, but 1 - based nth(1, [H|_]) -> H; nth(N, [_|T]) when N > 1 -> nth(N - 1, T). Elixir Enum.at … coo...
New
JakeBecker
TL;DR: I’ve just released an implementation of Microsoft’s IDE-independent Language Server Protocol for Elixir. It adds language support ...
1144 54996 245
New
chulkilee
Here are the list of HTTP client libraries/wrappers, and some thoughts on HTTP client in general. I’d like to hear from others how they w...
New
AstonJ
If so I (and hopefully others!) might have some tips for you :slight_smile: But first, please say which area you’re finding most challen...
New
nburkley
AWS re:Invent is on at the moment with some interesting announcements. One new feature in particular is the Lambda Runtime API for AWS La...
New
owaisqayum
I have a sample string sentence = "Hello, world ... 123 *** ^%&*())^% %%:>" From this string, I want to only keep the integers, ...
New

Other popular topics Top

openscript
Hello! Sorry for this astonishing simple question, but I’m really stuck. I try to set up the intellij-elixir plugin, but I don’t know ho...
New
nsuchy
Hi. I’ve noticed that Windows Powershell has it’s own IEX command and you cannot access Elixir’s IEX due to the conflict. This isn’t a cr...
New
aadeshere1
I have a another noob question about loop. Since elixir is immutable, while loop is not directly possible. total = 10 while total != 0 ...
New
joeerl
Hello again - after a longish gap I’ve decided I really must dig into Elixir and see what’s been happening here - so I have a few questio...
New
greenz1
I have a phoenix application from which a user can download multiple(5-6) files of size 1MB. I couldn’t find anything related to sending ...
New
Patoshizzle
After calling mix ecto.create I get this error: 17:00:32.162 [error] GenServer #PID<0.412.0> terminating ** (Postgrex.Error) FATAL...
New

We're in Beta

About us Mission Statement