Improved
5.0.1-beta1
- Fix parse error when pattern matching in function-argument (issue #742)
- Make plugin dynamic (Component -> Listener): (un)install the plugin without restarting the IDE
- Remove
projectServiceentries fromplugin.xml - Don't require Lamdera during project setup (@JEphron)
- Support parsing empty records in patterns (@jfmengels)
- Add spacing around parens in tuples (@jfmengels)
- Toolchain config allows bare
elmexecutable if it is on the$PATH(@adamnfish) - Restricts the InlineDebugIntention from showing in several cases (@KasMA1990)
- Add usage type provider (@ktosiek)
- Documentation improvements