/intellij_elixir

Elixir helpers for intellij-elixir

Primary LanguageElixirOtherNOASSERTION

IntellijElixir

Build Status Code Climate

Elixir helpers for intellj-elixir, the Elixir plugin for JetBrains IDEs.

Building Release

To build the release for production, set both the MIX_ENV and distillery environment to prod

MIX_ENV=prod mix release --env=prod

Using with intellij-elixir tests

intellij-elixir's org.elixir.parsing_definition tests use IntellijElixir.Quoter GenServer to verify that intellij-elixir's parsed and quoted form match's Elixir's native quoted form from Code.string_to_quoted. IntellijElixir must be running on node name intellij_elixir for intellij-elixir's tests to find it, so start IntellijElixir release like so

_build/prod/rel/intellij_elixir/bin/intellij_elixir start