hariharasudhan94

hariharasudhan94

What is the best IDE for elixir?

I would like to know what is the best IDE for elixir development?

Most Liked

agustif

agustif

So the editor easily got out of control and I wanted to remember to persist this data so there’s a public gist on it:

hariharasudhan94

hariharasudhan94

thanks man , i prefer to use atom and VSCode

agustif

agustif

Gotta say, I ended up discovering proton-mode package for atom, which wipes out your atom config and loads a kind of spacemacs, which is been perfect for me because solves 2 problems:

  • Atom likes to crash, too much, even on a crazy Hackintosh setup which can handle like 100 open tabs on chrome lol.
  • I want to learn vim/spacemacs for productivity, but the terminal-based counterparts are to terse for me to learn. being able to mix and match my already learned OS/App shortcuts/ux, but at the same time have vim mode-plus (i for insert, etc) and space-macs like for shortcuts (I ended up editing my .proton file to add some extensions I wanted and change theming and Editor settings)

Check it out on GitHub proton-mode

gif proton-mode

My ~/.proton ended up looking something like this:

:tools/git
:tools/linter
:tools/bookmarks
:tools/build
:tools/minimap
:tools/expose
:tools/terminal
:tools/todo

:lang/markdown
:lang/javascript
:lang/elixir
:lang/html
:lang/css
:lang/json

:pigments
:dash
:autocomplete-paths
:atom-clock
:autocomplete-project-paths
:symbols-tree-nav
:linter-write-good
:language-generic-config
:enhanced-tabs
:indent-guide-improved
:tree-view-autoresize
:markdown-writer
:tree-view-git-status
:undo-tree
:fold-lines

Where Next?

Popular in Questions Top

hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
gshaw
What is the idiomatic way of matching for not nil in Elixir? E.g., First way: defp halt_if_not_signed_in(conn, signed_in_account) when...
New
electic
Hi, I am new to Elixir. I am trying to use the DateTime component to insert a date into MySQL however the there seems to be no way to fo...
New
mgjohns61585
Could someone help me? I’m making my first elixir program, number guessing game. I can’t figure out how to convert the user’s guess from ...
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
sergio_101
I am VERY much an elixir newbie. I have taken one elixir course and one phoenix course on Udemy. During that course, I saw the instructor...
New
nobody
Hi! In PHP: $_SERVER[‘SERVER_ADDR’] - in Elixir? Searched the docs for ip address and the web, no good results. Thanks!
New
script
If I have a string “1000 cfu/ml” . I want to remove the characters and / and space . So the string is like this "1000" What is the ...
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
komlanvi
Hi everyone, I was playing with phoenix liveView but I run into an issue. I have a form and want to validate each input text when the te...
New

Other popular topics Top

hariharasudhan94
lets say i have a sample like a = 20; b = 10; if (a > b) do {:ok, "a"} end if (a < b) do {:ok, b} end if (a == b) do {:ok, "equa...
New
9mm
I am constructing a JSON object (map) and I need to conditionally set a field. I’m trying to write proper elixir-way code… and I’m at a l...
New
siddhant3030
Hi, I have to write a raw query for one of my project. But till now I have used ecto queries and don’t have much experience writing raw ...
New
lastday4you
I wanted to check elixir version in phoenix because i found that my elixir is 1.5 but when i use Enum.chunk_by it said the function is un...
New
Darmani72
If I have a post route which an argument: post /my_post_route/:my_param1, MyController.my_post_handler How would get the post params ...
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
aalberti333
As the title describes, I’m trying to run Enum.map() over a list of key/value pairs, where the value is a map. My data looks like this: ...
New
bsollish-terakeet
Credo is smart enough to check for (something like) this: assert length(the_list) == 0 with this response: Checking if an enum is empt...
New
vegabook
I’m brand new to Phoenix and I have stripped one of the demo applications to the bone. I just want to get an svg up on the screen. Here i...
New
svb
Hi! Currently I want to submit a form by pressing the Enter key. However, since my input field is of type “textarea” this is just adds a...
New

We're in Beta

About us Mission Statement