ide-elixir-elixir-lsp-master

Atom IDE plugin for Elixir, tracking master of the elixir-lsp fork of ElixirLS

jnmandal

310

0

0.0.1-rc1

MIT

GitHub

This package consumes the following services:

Atom IDE plugin for Elixir, powered by ElixirLS

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

Screenshot

Installation

Features

Supported ElixirLS features:

Unsupported features:

Building and running

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)