Hacker News new | ask | show | jobs
by true_religion 3432 days ago
Phoenix tends to do .... interesting things with macros. It's not your typical Elixir application.

I find my IDE to be helpful in this situation, since all macros are compile time and thus can be unwrapped by the IDE.

1 comments

What IDE do you use for Elixir? Thanks.
I use IntelliJ and Atom. I'm actually still deciding which is better.