KronicDeth / intellij_elixir

Elixir helpers for intellij-elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Elixir helpers for intellij-elixir

License:Other


Languages

Language:Elixir 100.0%