Elixir IDE discussion

yeah, I figured it was unrleated to the plugin itself. In upgrading to Phoenix 1.3 from 1.3-RC2 I noticed I made a small type. For some reason things were still funning fine, IE the tests, but compilation by atom-elixir wasn’t. We’re all good now! There are some small things I miss from vscode, but atom-elixir is great so far!

How do you fare with linter-credo? I found that my CPU was spiking often on saves because of the constant recompiles.

That is what credo does. ^.^
I’ve had no performance issues though, but yeah, Credo can eat a core or 6 for a good few seconds on decently sized projects, that is just how credo works.

True.

The biggest thing I miss from vscode is the integrated terminal. I’ve used a couple for atom but they didn’t feel that great.