This package provides:
- definitions@0.1.0
- code-actions@0.1.0
- outline-view@0.1.0
- find-references@0.1.0
- code-format.range@0.1.0
- autocomplete.provider@2.0.0
This package consumes:
Provides an Atom IDE extension for Elixir, powered by ElixirLS. To use it, you must first install one of atom-ide-ui or nuclide.
This is an early release. For a more complete and stable Elixir IDE, try vscode-elixir-ls

apm install atom-ide-ui OR apm install nuclideapm install ide-elixirSupported ElixirLS features:
Unsupported features:
To develop, make sure you check out this repo recursively because it contains ElixirLS as a Git submodule. Run npm run prepare to compile ElixirLS into the elixir-ls-release folder where the extension will look for it.
Unfortunately, Atom's package manager apm does not allow packaging of untracked files, which means that the compiled .ez archives from ElixirLS have to be committed. (See issue #498)