An API for Elixir projects that provides building blocks for code completion, documentation, go/jump to definition, signature info and more via AST inspection and runtime introspection.
ElixirSense supports the five most recent Elixir versions, paired with the latest Erlang/OTP releases each Elixir supports. The matrix below mirrors Elixir's compatibility table; each pairing is exercised in CI.
| Elixir | Erlang/OTP |
|---|---|
| 1.16 | 26 |
| 1.17 | 27 |
| 1.18 | 27 |
| 1.19 | 27, 28 |
| 1.20 | 27, 28, 29 |
Other OTP versions inside each Elixir's supported range will likely work but aren't tested.
defp deps do
[
{:elixir_sense, github: "elixir-lsp/elixir_sense"},
]
end
$ mix deps.get
$ mix test
A few of the tests require a source installation of Elixir which you can accomplish with asdf (use ref:v1.12.3) or kiex
To run the tests that require a source installation of Elixir run:
mix test --include requires_source
For coverage:
mix coveralls
(top 30 of 37)
Elixir
100.0%
An API for Elixir projects that provides building blocks for code completion, documentation, go/jump to definition, signature info and more via AST inspection and runtime introspection.
ElixirSense supports the five most recent Elixir versions, paired with the latest Erlang/OTP releases each Elixir supports. The matrix below mirrors Elixir's compatibility table; each pairing is exercised in CI.
| Elixir | Erlang/OTP |
|---|---|
| 1.16 | 26 |
| 1.17 | 27 |
| 1.18 | 27 |
| 1.19 | 27, 28 |
| 1.20 | 27, 28, 29 |
Other OTP versions inside each Elixir's supported range will likely work but aren't tested.
defp deps do
[
{:elixir_sense, github: "elixir-lsp/elixir_sense"},
]
end
$ mix deps.get
$ mix test
A few of the tests require a source installation of Elixir which you can accomplish with asdf (use ref:v1.12.3) or kiex
To run the tests that require a source installation of Elixir run:
mix test --include requires_source
For coverage:
mix coveralls
(top 30 of 37)
Elixir
100.0%