ABNF Grammars in Elixir What Everyone Ought To Know About elixir difference hd and List.first

IntelliJ Elixir 6.2.0

  • Elixir SDK now has an Internal Erlang SDK, so you can configure where the OTP Code Paths and erl (or erl.exe) binaries are that Elixir should use. Allows the use of different package managers for installing Erlang and Elixir.
    • Elixir SDK Class Paths tab now tracks the Code Paths passed to -pa, so you can experiment with partial updates using only some of the updated OTP app in the release notes for OTP.
    • Because the Code Paths for the Erlang SDK are available, they can be decompiled and index, which means that Go To Definition, Search and Completion works for all of OTP now!
  • Auto-test (watch/guard) button to re-run Mix ExUnit Run Configuration when code changes.
  • Decompiler will automatically detect compressed .beam files and decompress in memory before reading the chunks to decompile.

Installation Instructions