An open API service indexing awesome lists of open source software.

https://github.com/kronicdeth/intellij_elixir_556

Bug reproduction case for KronicDeth/intellij-elixir#556
https://github.com/kronicdeth/intellij_elixir_556

Last synced: about 2 months ago
JSON representation

Bug reproduction case for KronicDeth/intellij-elixir#556

Awesome Lists containing this project

README

          

# IntellijElixir556

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `intellij_elixir_556` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:intellij_elixir_556, "~> 0.1.0"}]
end
```

2. Ensure `intellij_elixir_556` is started before your application:

```elixir
def application do
[applications: [:intellij_elixir_556]]
end
```