Elm Weekly - Issue #194
What better way to start the year than a new release of the Elm language server and VSCode client, a new episode of Elm Radio, auto generating JSON encodes/decoders, and more Elm cli support added to Fig.
In the spirit of this weeks Elm Radio episode, if you're interested in contributing to the Elm community but not sure where to start, I recommend checking out these tools and finding bugs to fix or features to add. Or if you don't have time for that, you could also consider sponsoring the authors of the tools. Lastly, you could talk publicly about Elm. If you do any of these make sure to let us at Elm Weekly know and we'll help spread your PRs, blog post, tweets, talks, contributions, and more.
Tools and Projects
ElmLS 2.4.0 and VSCode Client 2.4.0 — discourse.elm-lang.org
A new releases of the language server and the VSCode client. New features include: fuzzy matching when using the workspace symbol search, ignoring suppressed elm-review errors, and lots more.
Generate JSON decoders and encoders from a JSON sample
Alex Korban has released an elm-review rule for generating JSON encoders and decoders. Excellent for those looking to simplify that process.
For anyone using Fig, you can now enjoy elm-review support. And if you aren't using elm-review yet you should go try it out!
Talks and Podcasts
Elm Radio - Episode 47: What's Working for Elm — elm-radio.com
The crew look at what can be learned by understanding what's working well for Elm and the Elm ecosystem.