ElixirLS - the Elixir Language Server

Version 0.21.0 has been released :rocket:

Highlights:

  • OTP incremental dialyzer is now the default dialyzing engine on OTP 26+. While slower than ElixirLS dialyzer it is much better at tracking module dependencies and should resolve issues with transient dialyzer warning that do not disappear on recompile. ElixirLS dialyzer is still available and incremental dialyzer can be disabled by config setting elixirLS.incrementalDialyzer

  • Experimental support for Code actions added. Two code actions are available: Replace unknown remote def, replace an unused variable with an underscore

See full release notes

ElixirLS elixir-ls/CHANGELOG.md at v0.21.0 · elixir-lsp/elixir-ls · GitHub
vscode extension vscode-elixir-ls/CHANGELOG.md at v0.21.0 · elixir-lsp/vscode-elixir-ls · GitHub

18 Likes