Elm Language Server version 2.1 released

We have released version 2.1 of the Elm Language Server and VS Code client. Here are the major highlights:

  • Diagnostics and code actions for missing case branches
  • Code action to remove all unused code in a file
  • Code action to create a record field if missing
  • Diagnostics for unknown imports and exposing values
  • Diagnostics for ambiguous values or types
  • Improved parsing
  • Improved completions
  • Improved references
  • Dropped support for Node 10
  • Many more bug fixes and improvements

This milestone we had contributions from @razze, MixmasterFresh, and myself, and closed 19 GitHub issues. See the full changelog here.

36 Likes

Always a highlight if a new version releases… keep up the good work, thank you !

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.