Atom Editor Setup for Elixir
When working with Elixir, I want the following support from my editor:
Elixir syntax highlighting Compiler errors and warnings displayed while I’m editing Elixir code Automatic Elixir code formatting Automatic Dialyzer checking and reporting when I save an Elixir code file These are the following plugins that provide those features:
language-elixir ide-elixir atom-elixir-formatter linter-elixir-credo Before installing any of these packages, read their README pages carefully.