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.