Packages
IntellijElixir allows intellij-elixir to ask Elixir for the native quoted form of code to check that intellij-elixir's quoted form matches.
Current section
Files
Jump to
Current section
Files
lib/intellij_elixir.ex
defmodule IntellijElixir do
use Application
def start(_type, _args) do
IntellijElixir.Supervisor.start_link
end
end